[Glibc-bsd-commits] r4353 - in trunk/glibc-ports/kfreebsd: bits linuxthreads/bits

Aurelien Jarno aurel32 at alioth.debian.org
Thu Jul 26 06:18:51 UTC 2012


Author: aurel32
Date: 2012-07-26 06:18:51 +0000 (Thu, 26 Jul 2012)
New Revision: 4353

Modified:
   trunk/glibc-ports/kfreebsd/bits/typesizes.h
   trunk/glibc-ports/kfreebsd/linuxthreads/bits/typesizes.h
Log:
Add a few more types following upstream changes


Modified: trunk/glibc-ports/kfreebsd/bits/typesizes.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/typesizes.h	2012-07-26 06:17:16 UTC (rev 4352)
+++ trunk/glibc-ports/kfreebsd/bits/typesizes.h	2012-07-26 06:18:51 UTC (rev 4353)
@@ -46,6 +46,7 @@
 #define	__FSFILCNT_T_TYPE	__ULONGWORD_TYPE
 #define	__FSFILCNT64_T_TYPE	__UQUAD_TYPE
 #define	__ID_T_TYPE		__U32_TYPE
+#define	__FSWORD_T_TYPE		__SWORD_TYPE
 
 #if defined(__arm__) || defined(__powerpc__)
 #define __CLOCK_T_TYPE		__U32_TYPE
@@ -83,6 +84,9 @@
 #define __BLKSIZE_T_TYPE	__U32_TYPE
 #define __FSID_T_TYPE		union { int __val[2]; 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

Modified: trunk/glibc-ports/kfreebsd/linuxthreads/bits/typesizes.h
===================================================================
--- trunk/glibc-ports/kfreebsd/linuxthreads/bits/typesizes.h	2012-07-26 06:17:16 UTC (rev 4352)
+++ trunk/glibc-ports/kfreebsd/linuxthreads/bits/typesizes.h	2012-07-26 06:18:51 UTC (rev 4353)
@@ -47,6 +47,7 @@
 #define	__FSFILCNT64_T_TYPE	__UQUAD_TYPE
 #define	__ID_T_TYPE		__U32_TYPE
 #define __CLOCK_T_TYPE		__S32_TYPE
+#define	__FSWORD_T_TYPE		__SWORD_TYPE
 
 /*
  * This one is a bit tricky.  It needs to match the size
@@ -74,6 +75,9 @@
 #define __BLKSIZE_T_TYPE	__U32_TYPE
 #define __FSID_T_TYPE		union { int __val[2]; 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




More information about the Glibc-bsd-commits mailing list