diff options
Diffstat (limited to 'libcpp/system.h')
-rw-r--r-- | libcpp/system.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcpp/system.h b/libcpp/system.h index ae6540a..d40a437 100644 --- a/libcpp/system.h +++ b/libcpp/system.h @@ -51,9 +51,9 @@ along with GCC; see the file COPYING3. If not see /* Some of these are #define on some systems, e.g. on AIX to redirect the names to 64bit capable functions for LARGE_FILES support. These redefs are pointless here so we can override them. */ - -#undef fopen -#undef freopen + +#undef fopen +#undef freopen #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE) |