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

r6121 - glibc-package/branches/eglibc-2.19/debian/patches/hurd-i386



Author: aurel32
Date: 2014-06-04 18:20:38 +0000 (Wed, 04 Jun 2014)
New Revision: 6121

Modified:
   glibc-package/branches/eglibc-2.19/debian/patches/hurd-i386/tg-posix_thread.diff
Log:
Unfuzzify hurd-i386/tg-posix_thread.diff


Modified: glibc-package/branches/eglibc-2.19/debian/patches/hurd-i386/tg-posix_thread.diff
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/patches/hurd-i386/tg-posix_thread.diff	2014-06-04 11:04:21 UTC (rev 6120)
+++ glibc-package/branches/eglibc-2.19/debian/patches/hurd-i386/tg-posix_thread.diff	2014-06-04 18:20:38 UTC (rev 6121)
@@ -30,8 +30,8 @@
 --- a/sysdeps/mach/hurd/bits/posix_opt.h
 +++ b/sysdeps/mach/hurd/bits/posix_opt.h
 @@ -71,24 +71,38 @@
- /* XPG4.2 shared memory is not supported.  */
- #undef	_XOPEN_SHM
+ /* XPG4.2 shared memory is supported.  */
+ #define _XOPEN_SHM      1
  
 -/* We do not have the POSIX threads interface.  */
 -#define _POSIX_THREADS	-1


Reply to: