]> Zhao Yanbai Git Server - minix.git/commitdiff
Use _POSIX_SOURCE rather than _MINIX to protect popen, pclose and snprintf
authorErik van der Kouwe <erik@minix3.org>
Mon, 18 Jan 2010 18:06:43 +0000 (18:06 +0000)
committerErik van der Kouwe <erik@minix3.org>
Mon, 18 Jan 2010 18:06:43 +0000 (18:06 +0000)
include/stdio.h

index e3f6f8c87d14e592a97ff77a5089559b561d2ef4..c5ade151d2e12a56d88bebbe6322c37bc64dcc02 100644 (file)
@@ -143,9 +143,7 @@ _PROTOTYPE (FILE *fdopen, (int _fildes, const char *_types) );
 #define        fileno(stream)          ((stream)->_fd)
 #define L_ctermid 255  /* required by POSIX */
 #define L_cuserid 255  /* required by POSIX */
-#endif
 
-#ifdef _MINIX
 _PROTOTYPE(FILE *popen, (const char *_command, const char *_type));
 _PROTOTYPE(int pclose, (FILE *_stream));
 _PROTOTYPE(int snprintf, (char *_s, size_t _n, const char *_format, ...));