OSDN Git Service

* libc/stdio64/fdopen64.c: Include sys/lock.h.
authorcgf <cgf>
Fri, 25 Jul 2003 16:19:55 +0000 (16:19 +0000)
committercgf <cgf>
Fri, 25 Jul 2003 16:19:55 +0000 (16:19 +0000)
newlib/ChangeLog
newlib/libc/stdio64/fdopen64.c

index a6dc8b6..5978810 100644 (file)
@@ -1,5 +1,9 @@
 2003-07-25  Christopher Faylor  <cgf@redhat.com>
 
+       * libc/stdio64/fdopen64.c: Include sys/lock.h.
+
+2003-07-25  Christopher Faylor  <cgf@redhat.com>
+
        * configure.host: Find cygwin include directory, when appropriate.
 
 2003-07-24  Christopher Faylor  <cgf@redhat.com>
index 96c7641..d0fd0d5 100644 (file)
@@ -30,6 +30,7 @@ File pointer or <<NULL>>, as for <<fopen>>.
 #include <errno.h>
 #include "local64.h"
 #include <_syslist.h>
+#include <sys/lock.h>
 
 extern int __sflags ();