]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio/stdio.h
update from main archive 961105
[thirdparty/glibc.git] / stdio / stdio.h
index 12996b86074668ad95890d7d5030d40fbeb52fa8..083caa405e191465398c4e5d6ea98e8caa9712bd 100644 (file)
@@ -302,7 +302,7 @@ extern char *tmpnam_r __P ((char *__s));
 #endif
 
 
-#ifdef __USE_SVID
+#if def(__USE_SVID) || defined(__USE_XOPEN)
 /* Generate a unique temporary filename using up to five characters of PFX
    if it is not NULL.  The directory to put this file in is searched for
    as follows: First the environment variable "TMPDIR" is checked.