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

r4076 - glibc-package/trunk/debian/patches/hurd-i386



Author: sthibault
Date: 2010-01-10 23:37:27 +0000 (Sun, 10 Jan 2010)
New Revision: 4076

Modified:
   glibc-package/trunk/debian/patches/hurd-i386/submitted-sysvshm.diff
Log:
resync

Modified: glibc-package/trunk/debian/patches/hurd-i386/submitted-sysvshm.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/submitted-sysvshm.diff	2010-01-10 21:58:20 UTC (rev 4075)
+++ glibc-package/trunk/debian/patches/hurd-i386/submitted-sysvshm.diff	2010-01-10 23:37:27 UTC (rev 4076)
@@ -765,13 +765,15 @@
 +weak_alias(__shmget, shmget)
 --- a/sysdeps/mach/hurd/bits/posix_opt.h	2010-01-05 22:13:57.000000000 +0100
 +++ b/sysdeps/mach/hurd/bits/posix_opt.h	2010-01-05 22:14:42.000000000 +0100
-@@ -61,6 +61,9 @@
- #undef _POSIX_SYNC_IO		/* File supports O_SYNC et al?  */
+@@ -61,8 +61,8 @@
+ /* X/Open thread realtime support is not supported.  */
+ #undef _XOPEN_REALTIME_THREADS
  
- 
+-/* 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: