]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_STDIO_H): Define before including <bits/stdio_lim.h>
authorUlrich Drepper <drepper@redhat.com>
Mon, 8 Dec 1997 02:55:00 +0000 (02:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 8 Dec 1997 02:55:00 +0000 (02:55 +0000)
sysdeps/standalone/close.c
sysdeps/standalone/filedesc.h

index 2e33b3c2c69c7aac4237577f668c7c900d30ae95..114d726c6d49e77547267e1c0c4d21c3e85cf967 100644 (file)
@@ -21,6 +21,7 @@
 #include <errno.h>
 #include <unistd.h>
 
+#define _STDIO_H
 #include <bits/stdio_lim.h>
 #include "filedesc.h"
 
index a35d1cf04353cf007e6287a101fb52b80df182a4..d6a12a606a3a0e1ddceed410a00858643466600b 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef __FILEDESC_h
 #define __FILEDESC_h
 
+#define _STDIO_H
 #include <bits/stdio_lim.h>
 
 #ifndef __DECLARE_FILE_DESCRIPTORS__