Skip to content

Commit a7e48af

Browse files
committed
Hide the new symbols from the ABI
1 parent 26a0e91 commit a7e48af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/include/fstream

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ private:
362362
bool __read_mode();
363363
void __write_mode();
364364

365-
static int __fseek(FILE* __file, pos_type __offset, int __whence);
366-
static pos_type __ftell(FILE* __file);
365+
_LIBCPP_HIDE_FROM_ABI static int __fseek(FILE* __file, pos_type __offset, int __whence);
366+
_LIBCPP_HIDE_FROM_ABI static pos_type __ftell(FILE* __file);
367367

368368
_LIBCPP_EXPORTED_FROM_ABI friend FILE* __get_ostream_file(ostream&);
369369

0 commit comments

Comments
 (0)