We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a0e91 commit a7e48afCopy full SHA for a7e48af
libcxx/include/fstream
@@ -362,8 +362,8 @@ private:
362
bool __read_mode();
363
void __write_mode();
364
365
- static int __fseek(FILE* __file, pos_type __offset, int __whence);
366
- static pos_type __ftell(FILE* __file);
+ _LIBCPP_HIDE_FROM_ABI static int __fseek(FILE* __file, pos_type __offset, int __whence);
+ _LIBCPP_HIDE_FROM_ABI static pos_type __ftell(FILE* __file);
367
368
_LIBCPP_EXPORTED_FROM_ABI friend FILE* __get_ostream_file(ostream&);
369
0 commit comments