[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5467 - in glibc-package/branches/eglibc-2.17/debian: . patches/kfreebsd



Author: adconrad
Date: 2013-01-28 14:22:48 +0000 (Mon, 28 Jan 2013)
New Revision: 5467

Modified:
   glibc-package/branches/eglibc-2.17/debian/changelog
   glibc-package/branches/eglibc-2.17/debian/patches/kfreebsd/local-sysdeps.diff
Log:
Update debian/patches/kfreebsd/local-sysdeps.diff to revision 4353.

Modified: glibc-package/branches/eglibc-2.17/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/changelog	2013-01-28 12:15:13 UTC (rev 5466)
+++ glibc-package/branches/eglibc-2.17/debian/changelog	2013-01-28 14:22:48 UTC (rev 5467)
@@ -6,6 +6,7 @@
     - debian/patches/kfreebsd/local-linuxthreads29.diff: Unfuzz.
     - debian/patches/kfreebsd/local-readdir_r.diff: Track file rename.
     - debian/patches/kfreebsd/local-memusage_no_mremap.diff: Unfuzz.
+  * Update debian/patches/kfreebsd/local-sysdeps.diff to revision 4353.
 
  -- Adam Conrad <adconrad@0c3.net>  Mon, 28 Jan 2013 02:05:01 -0700
 

Modified: glibc-package/branches/eglibc-2.17/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/patches/kfreebsd/local-sysdeps.diff	2013-01-28 12:15:13 UTC (rev 5466)
+++ glibc-package/branches/eglibc-2.17/debian/patches/kfreebsd/local-sysdeps.diff	2013-01-28 14:22:48 UTC (rev 5467)
@@ -4461,7 +4461,7 @@
 +#endif	/* need timeval */
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/typesizes.h
-@@ -0,0 +1,91 @@
+@@ -0,0 +1,95 @@
 +/* bits/typesizes.h -- underlying types for *_t.  kFreeBSD version.
 +   Copyright (C) 2002, 2003, 2010, 2012 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -4510,6 +4510,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
@@ -4547,6 +4548,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
@@ -13736,7 +13740,7 @@
 +#endif	/* bits/sigthread.h */
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/typesizes.h
-@@ -0,0 +1,82 @@
+@@ -0,0 +1,86 @@
 +/* bits/typesizes.h -- underlying types for *_t.  kFreeBSD version.
 +   Copyright (C) 2002, 2003, 2010 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -13786,6 +13790,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
@@ -13813,6 +13818,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


Reply to: