From fa4500f154c288f72622f87333b8bb01730d6153 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 25 May 2001 23:27:04 +0000 Subject: Changes to make types.h more compatible with the Linux kernel. --- libc/sysdeps/linux/powerpc/bits/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc') 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. */ -- cgit v1.2.3