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

r5051 - in glibc-package/trunk/debian: . patches/hurd-i386



Author: sthibault
Date: 2011-12-04 18:24:05 +0000 (Sun, 04 Dec 2011)
New Revision: 5051

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hurd-i386/tg-struct_stat.diff
Log:
patches/hurd-i386/tg-struct_stat.diff: Add POSIX 2008 visibility.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-12-04 07:13:00 UTC (rev 5050)
+++ glibc-package/trunk/debian/changelog	2011-12-04 18:24:05 UTC (rev 5051)
@@ -52,6 +52,7 @@
     Toscano to fix recvfrom on socketpair. Closes: #650095.
   * patches/hurd-i386/local-select.diff: New patch to fix select with a zero
     timeout. Closes: #79358.
+  * patches/hurd-i386/tg-struct_stat.diff: Add POSIX 2008 visibility.
 
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 3763 (from glibc-bsd).

Modified: glibc-package/trunk/debian/patches/hurd-i386/tg-struct_stat.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/tg-struct_stat.diff	2011-12-04 07:13:00 UTC (rev 5050)
+++ glibc-package/trunk/debian/patches/hurd-i386/tg-struct_stat.diff	2011-12-04 18:24:05 UTC (rev 5051)
@@ -39,7 +39,7 @@
 -    unsigned long int st_mtime_usec; /* and microseconds.  */
 -    __time_t st_ctime;		/* Status change time, seconds */
 -    unsigned long int st_ctime_usec; /* and microseconds.  */
-+#ifdef __USE_MISC
++#ifdef __USE_MISC || __USE_XOPEN2K8
 +    /* Nanosecond resolution timestamps are stored in a format
 +       equivalent to 'struct timespec'.  This is the type used
 +       whenever possible but the Unix namespace rules do not allow the
@@ -73,7 +73,7 @@
 -    unsigned long int st_mtime_usec; /* and microseconds.  */
 -    __time_t st_ctime;		/* Status change time, seconds */
 -    unsigned long int st_ctime_usec; /* and microseconds.  */
-+#ifdef __USE_MISC
++#ifdef __USE_MISC || __USE_XOPEN2K8
 +    /* Nanosecond resolution timestamps are stored in a format
 +       equivalent to 'struct timespec'.  This is the type used
 +       whenever possible but the Unix namespace rules do not allow the


Reply to: