(_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 2e33b3c..114d726 100644 (file)
@@ -21,6 +21,7 @@
 #include <errno.h>
 #include <unistd.h>
 
+#define _STDIO_H
 #include <bits/stdio_lim.h>
 #include "filedesc.h"
 
index a35d1cf..d6a12a6 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef __FILEDESC_h
 #define __FILEDESC_h
 
+#define _STDIO_H
 #include <bits/stdio_lim.h>
 
 #ifndef __DECLARE_FILE_DESCRIPTORS__