diff options
Diffstat (limited to 'libio/libioP.h')
-rw-r--r-- | libio/libioP.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libio/libioP.h b/libio/libioP.h index 58cc9de094..abbf331685 100644 --- a/libio/libioP.h +++ b/libio/libioP.h @@ -52,10 +52,6 @@ adjusts the libio configuration. */ #include <_G_config.h> -#ifdef __cplusplus -extern "C" { -#endif - #define _IO_seek_set 0 #define _IO_seek_cur 1 #define _IO_seek_end 2 @@ -731,10 +727,6 @@ extern int _IO_vscanf (const char *, _IO_va_list) __THROW; # define _IO_pos_0 ((_IO_off64_t) 0) #endif -#ifdef __cplusplus -} -#endif - #ifdef _IO_MTSAFE_IO /* check following! */ # ifdef _IO_USE_OLD_IO_FILE |