Преглед на файлове

Changes to make types.h more compatible with the Linux kernel.

David Schleef преди 23 години
родител
ревизия
fa4500f154
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      libc/sysdeps/linux/powerpc/bits/types.h

+ 2 - 0
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.  */