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

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



Author: sthibault
Date: 2013-10-08 07:52:59 +0000 (Tue, 08 Oct 2013)
New Revision: 5709

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hurd-i386/libpthread_stubs.diff
Log:
patches/hurd-i386/libpthread_stubs.diff: Drop stub for pthread_atfork, now implemented.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2013-10-02 23:00:42 UTC (rev 5708)
+++ glibc-package/trunk/debian/changelog	2013-10-08 07:52:59 UTC (rev 5709)
@@ -5,6 +5,8 @@
   * patches/hurd-i386/tg-sendmsg-SCM_RIGHTS.diff: Fix spurious returned error
     when flags are not 0.  Thanks Svante Signell for the catch
     (Closes: #724681)
+  * patches/hurd-i386/libpthread_stubs.diff: Drop stub for pthread_atfork, now
+    implemented.
 
  -- Adam Conrad <adconrad@0c3.net>  Sun, 22 Sep 2013 23:39:33 -0600
 

Modified: glibc-package/trunk/debian/patches/hurd-i386/libpthread_stubs.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/libpthread_stubs.diff	2013-10-02 23:00:42 UTC (rev 5708)
+++ glibc-package/trunk/debian/patches/hurd-i386/libpthread_stubs.diff	2013-10-08 07:52:59 UTC (rev 5709)
@@ -1,6 +1,5 @@
 Add warnings about non-implemented functions.
 ---
- libpthread/sysdeps/generic/pt-atfork.c                   |    2 ++
  libpthread/sysdeps/generic/pt-getcpuclockid.c            |    1 +
  libpthread/sysdeps/generic/pt-getschedparam.c            |    1 +
  libpthread/sysdeps/generic/pt-key-create.c               |    2 ++
@@ -13,14 +12,6 @@
  libpthread/sysdeps/generic/pt-setschedprio.c             |    2 ++
  11 files changed, 19 insertions(+)
 
---- a/libpthread/sysdeps/generic/pt-atfork.c
-+++ b/libpthread/sysdeps/generic/pt-atfork.c
-@@ -27,3 +27,5 @@
- {
-   return ENOSYS;
- }
-+
-+stub_warning (pthread_atfork)
 --- a/libpthread/sysdeps/generic/pt-getcpuclockid.c
 +++ b/libpthread/sysdeps/generic/pt-getcpuclockid.c
 @@ -30,5 +30,6 @@


Reply to: