projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update from main archive 960906
[kopensolaris-gnu/glibc.git]
/
posix
/
sys
/
types.h
diff --git
a/posix/sys/types.h
b/posix/sys/types.h
index
e8d382d
..
55b6fd0
100644
(file)
--- a/
posix/sys/types.h
+++ b/
posix/sys/types.h
@@
-114,12
+114,6
@@
typedef int register_t __attribute__ ((__mode__ (__word__)));
#endif
-#ifdef __USE_SVID
-/* Data type for key value used in System V IPC functions. */
-typedef long int key_t;
-#endif
-
-
#ifdef __USE_BSD
/* In BSD <sys/types.h> is expected to define BYTE_ORDER. */
#include <endian.h>