diff options
author | David Schleef <ds@schleef.org> | 2001-05-25 23:27:04 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-05-25 23:27:04 +0000 |
commit | fa4500f154c288f72622f87333b8bb01730d6153 (patch) | |
tree | 8cc12627a35dce9df5ddd87b6e4467202fd2250a /libc | |
parent | b9f38c7eadb4916d62bbdb688d0321bff3a37413 (diff) |
Changes to make types.h more compatible with the Linux kernel.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/powerpc/bits/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/types.h b/libc/sysdeps/linux/powerpc/bits/types.h index 65160c25c..f841f1cb0 100644 --- a/libc/sysdeps/linux/powerpc/bits/types.h +++ b/libc/sysdeps/linux/powerpc/bits/types.h @@ -58,6 +58,8 @@ __extension__ typedef unsigned long long int __uint64_t; #endif typedef __quad_t *__qaddr_t; +/* These types are modified from glibc to be more compatible with + * the kernel. */ typedef __u_int __dev_t; /* Type of device numbers. */ typedef __u_int __uid_t; /* Type of user identifications. */ typedef __u_int __gid_t; /* Type of group identifications. */ |