diff options
Diffstat (limited to 'posix/sys')
-rw-r--r-- | posix/sys/types.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/posix/sys/types.h b/posix/sys/types.h index e8d382d64d..55b6fd0f80 100644 --- 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> |