mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
Protect against multiple inclusion.
This commit is contained in:
parent
259d930a0c
commit
f001ded037
@ -1,4 +1,5 @@
|
||||
#include <posix/unistd.h>
|
||||
#ifndef _UNISTD_H
|
||||
# include <posix/unistd.h>
|
||||
|
||||
/* Now define the internal interfaces. */
|
||||
extern int __access __P ((__const char *__name, int __type));
|
||||
@ -61,3 +62,4 @@ extern int __profil __P ((unsigned short int *__sample_buffer, size_t __size,
|
||||
size_t __offset, unsigned int __scale));
|
||||
extern int __getdtablesize __P ((void));
|
||||
extern int __brk __P ((__ptr_t __addr));
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user