projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
259d930
)
Protect against multiple inclusion.
author
Ulrich Drepper
<drepper@redhat.com>
Wed, 12 Aug 1998 17:03:37 +0000
(17:03 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Wed, 12 Aug 1998 17:03:37 +0000
(17:03 +0000)
include/unistd.h
patch
|
blob
|
history
diff --git
a/include/unistd.h
b/include/unistd.h
index
f676cad
..
0546fdd
100644
(file)
--- a/
include/unistd.h
+++ b/
include/unistd.h
@@
-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