projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6411fbb
)
Get definition of size_t.
author
drepper
<drepper>
Tue, 30 Sep 1997 17:09:20 +0000
(17:09 +0000)
committer
drepper
<drepper>
Tue, 30 Sep 1997 17:09:20 +0000
(17:09 +0000)
sysdeps/unix/sysv/linux/sys/mman.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/sys/mman.h
b/sysdeps/unix/sysv/linux/sys/mman.h
index
0f56a70
..
c8f512c
100644
(file)
--- a/
sysdeps/unix/sysv/linux/sys/mman.h
+++ b/
sysdeps/unix/sysv/linux/sys/mman.h
@@
-23,6
+23,8
@@
#include <features.h>
#include <bits/types.h>
+#define __need_size_t
+#include <stddef.h>
/* Get the bit values from the kernel header file. */
#include <bits/mman.h>