]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/stdio.h
update from main archive 961207
[thirdparty/glibc.git] / libio / stdio.h
index 75d22f94c07a65dac2d8e7ac714a34938780c2c6..ba5fa5438ee060d52e2adbc34f02d1fd61ec03de 100644 (file)
@@ -73,7 +73,10 @@ typedef _IO_fpos_t fpos_t;
 
 #include <stdio_lim.h>
 
+#ifdef __USE_SVID
+/* Default path prefix for `tempnam' and `tmpnam'.  */
 #define P_tmpdir      "/tmp"
+#endif
 
 /* For use by debuggers. These are linked in if printf or fprintf are used. */
 extern FILE *stdin, *stdout, *stderr; /* TODO */