mirror of
https://sourceware.org/git/glibc.git
synced 2025-04-30 00:56:50 +03:00
Add #include <unistd.h> to libio/oldfileops.c for write.
This commit is contained in:
parent
283c873654
commit
2ba30a182c
@ -1,3 +1,7 @@
|
|||||||
|
2015-08-06 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||||
|
|
||||||
|
* libio/oldfileops.c: Include unistd.h.
|
||||||
|
|
||||||
2015-08-06 Mike Frysinger <vapier@gentoo.org>
|
2015-08-06 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* stdlib/isomac.c: Include ctype.h.
|
* stdlib/isomac.c: Include ctype.h.
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <unistd.h>
|
||||||
#ifndef errno
|
#ifndef errno
|
||||||
extern int errno;
|
extern int errno;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user