]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/newlib-tumbl.git/commitdiff
* libc/stdio64/fdopen64.c: Include sys/lock.h.
authorChristopher Faylor <cgf@redhat.com>
Fri, 25 Jul 2003 16:19:55 +0000 (16:19 +0000)
committerChristopher Faylor <cgf@redhat.com>
Fri, 25 Jul 2003 16:19:55 +0000 (16:19 +0000)
newlib/ChangeLog
newlib/libc/stdio64/fdopen64.c

index a6dc8b607b2c09e8fddda43fe15167cbfd626958..5978810b4745dbdc02ebc0d7897209b5c0435dd6 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 96c76411f90db898782a4eb49d03ee6d145de8ca..d0fd0d584fff23c73c9d2a8e6a856659cd0d41c3 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 ();