mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* libc/stdio64/fdopen64.c: Include sys/lock.h.
This commit is contained in:
parent
86ed5c8821
commit
3c98a59309
@ -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.
|
||||
|
@ -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 ();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user