Author: madcoder
Date: 2007-04-15 10:42:32 +0000 (Sun, 15 Apr 2007)
New Revision: 2069

Added:
   glibc-package/trunk/debian/patches/any/submitted-unistd_h-fsync.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
Closes: #119974

  * patches/any/submitted-unistd_h-fsync.diff: show fsync when POSIX.1-2001 is
    asked. Closes: #119974.

Signed-off-by: Pierre Habouzit <[EMAIL PROTECTED]>


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2007-04-15 00:45:03 UTC (rev 
2068)
+++ glibc-package/trunk/debian/changelog        2007-04-15 10:42:32 UTC (rev 
2069)
@@ -4,6 +4,8 @@
     when __USE_XOPEN2K is set. Closes: #203412.
   * patches/any/cvs-glob-c.diff: fixes glob wrt \/ escapes (among other
     fixes). Closes: #234880.
+  * patches/any/submitted-unistd_h-fsync.diff: show fsync when POSIX.1-2001 is
+    asked. Closes: #119974.
 
  -- Pierre Habouzit <[EMAIL PROTECTED]>  Sun, 15 Apr 2007 01:46:38 +0200
 

Added: glibc-package/trunk/debian/patches/any/submitted-unistd_h-fsync.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/submitted-unistd_h-fsync.diff        
2007-04-15 00:45:03 UTC (rev 2068)
+++ glibc-package/trunk/debian/patches/any/submitted-unistd_h-fsync.diff        
2007-04-15 10:42:32 UTC (rev 2069)
@@ -0,0 +1,17 @@
+#
+# BTS:      #119974
+# upstream: http://sourceware.org/bugzilla/show_bug.cgi?id=4366
+#
+Index: glibc-2.5/posix/unistd.h
+===================================================================
+--- glibc-2.5.orig/posix/unistd.h      2007-04-15 12:40:51.351966091 +0200
++++ glibc-2.5/posix/unistd.h   2007-04-15 12:41:17.722646120 +0200
+@@ -917,7 +917,7 @@
+ #endif /* Use BSD || X/Open.  */
+ 
+ 
+-#if defined __USE_BSD || defined __USE_XOPEN
++#if defined __USE_BSD || defined __USE_XOPEN || defined __USE_XOPEN2K
+ /* Make all changes done to FD actually appear on disk.
+ 
+    This function is a cancellation point and therefore not marked with

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series   2007-04-15 00:45:03 UTC (rev 
2068)
+++ glibc-package/trunk/debian/patches/series   2007-04-15 10:42:32 UTC (rev 
2069)
@@ -139,3 +139,4 @@
 any/submitted-date-and-unknown-tz.diff -p0
 any/submitted-unistd_XOPEN_VERSION.diff
 any/cvs-glob-c.diff
+any/submitted-unistd_h-fsync.diff


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to