diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-24 16:10:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-24 16:10:36 +0000 |
commit | d8634ea863cbfefc29360b822e80a3cb8a9d2815 (patch) | |
tree | ec541beec1a0bb3de562126393418e1349f114a2 /libc/sysdeps/linux/powerpc | |
parent | dec2c57bbf885133aa3277f1e07143b5e45c06a7 (diff) |
Finish up fixing stat and setting various system types.
Diffstat (limited to 'libc/sysdeps/linux/powerpc')
-rw-r--r-- | libc/sysdeps/linux/powerpc/bits/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/types.h b/libc/sysdeps/linux/powerpc/bits/types.h index 72ed269ff..547478e36 100644 --- a/libc/sysdeps/linux/powerpc/bits/types.h +++ b/libc/sysdeps/linux/powerpc/bits/types.h @@ -103,7 +103,7 @@ typedef int __timer_t; typedef int __key_t; /* Used in `struct shmid_ds'. */ -typedef unsigned short int __ipc_pid_t; +typedef __kernel_ipc_pid_t __ipc_pid_t; /* Type to represent block size. */ |