linux-generic: fix typesizes.h to match recent core changes
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 16 May 2012 13:28:31 +0000 (09:28 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 16 May 2012 13:28:31 +0000 (09:28 -0400)
Remove __SNSECONDS_T_TYPE; add __SYSCALL_{S,U}LONG_TYPE.

ChangeLog.linux-generic
sysdeps/unix/sysv/linux/generic/bits/typesizes.h

index 9f563e3..811b6c6 100644 (file)
@@ -1,3 +1,9 @@
+2012-05-16  Chris Metcalf  <cmetcalf@tilera.com>
+
+       * sysdeps/unix/sysv/linux/generic/bits/typesizes.h:
+       Remove now-unused __SNSECONDS_T_TYPE, and add new
+       __SYSCALL_ULONG_TYPE and __SYSCALL_SLONG_TYPE types.
+
 2012-05-14  Chris Metcalf  <cmetcalf@tilera.com>
 
        * sysdeps/unix/sysv/linux/generic/bits/stat.h,
index b6541bb..b280c9b 100644 (file)
@@ -58,7 +58,8 @@
 #define __BLKSIZE_T_TYPE       __S32_TYPE
 #define __FSID_T_TYPE          struct { int __val[2]; }
 #define __SSIZE_T_TYPE         __SWORD_TYPE
-#define __SNSECONDS_T_TYPE     __SLONGWORD_TYPE
+#define __SYSCALL_SLONG_TYPE   __SLONGWORD_TYPE
+#define __SYSCALL_ULONG_TYPE   __ULONGWORD_TYPE
 
 /* Number of descriptors that can fit in an `fd_set'.  */
 #define        __FD_SETSIZE            1024