aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-25 16:19:55 +0000
committerChristopher Faylor <me@cgf.cx>2003-07-25 16:19:55 +0000
commit3c98a5930927df110549843c3c208d245e748c5b (patch)
tree96aeebb45d5d54a4e58d7bb42a1ede6d441a487a /newlib
parent86ed5c882136cc35546638a2acc1c30aa5373fbd (diff)
downloadnewlib-3c98a5930927df110549843c3c208d245e748c5b.zip
newlib-3c98a5930927df110549843c3c208d245e748c5b.tar.gz
newlib-3c98a5930927df110549843c3c208d245e748c5b.tar.bz2
* libc/stdio64/fdopen64.c: Include sys/lock.h.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/stdio64/fdopen64.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index a6dc8b6..5978810 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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>
diff --git a/newlib/libc/stdio64/fdopen64.c b/newlib/libc/stdio64/fdopen64.c
index 96c7641..d0fd0d5 100644
--- a/newlib/libc/stdio64/fdopen64.c
+++ b/newlib/libc/stdio64/fdopen64.c
@@ -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 ();