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

r1997 - in glibc-package/branches/glibc-2.5/debian: . debhelper.in



Author: aurel32
Date: 2007-02-18 19:21:08 +0100 (Sun, 18 Feb 2007)
New Revision: 1997

Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/debhelper.in/glibc-doc.links
Log:
  * debhelper.in/glibc-doc.links: add symlinks from pthread_setcanceltype(3),
    pthread_setcancelstate(3) and pthread_testcancel(3) to pthread_cancel(3).
    Closes: #411132.



Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog	2007-02-18 18:16:46 UTC (rev 1996)
+++ glibc-package/branches/glibc-2.5/debian/changelog	2007-02-18 18:21:08 UTC (rev 1997)
@@ -119,6 +119,9 @@
     clockid_t).
   * hurd-i386/local-sigsuspend-nocancel.diff: new patch (workaround missing
     sigsuspend_not_cancel() on Hurd).
+  * debhelper.in/glibc-doc.links: add symlinks from pthread_setcanceltype(3),
+    pthread_setcancelstate(3) and pthread_testcancel(3) to pthread_cancel(3).
+    Closes: #411132.
 
   [ Denis Barbier ]
   * Remove localedata/locale-en_NZ.diff (merged upstream).

Modified: glibc-package/branches/glibc-2.5/debian/debhelper.in/glibc-doc.links
===================================================================
--- glibc-package/branches/glibc-2.5/debian/debhelper.in/glibc-doc.links	2007-02-18 18:16:46 UTC (rev 1996)
+++ glibc-package/branches/glibc-2.5/debian/debhelper.in/glibc-doc.links	2007-02-18 18:21:08 UTC (rev 1997)
@@ -14,3 +14,6 @@
 usr/share/man/man3/pthread_mutexattr_init.3.gz usr/share/man/man3/pthread_mutexattr_destroy.3.gz
 usr/share/man/man3/pthread_mutexattr_init.3.gz usr/share/man/man3/pthread_mutexattr_settype.3.gz
 usr/share/man/man3/pthread_mutexattr_init.3.gz usr/share/man/man3/pthread_mutexattr_gettype.3.gz
+usr/share/man/man3/pthread_cancel.3.gz usr/share/man/man3/pthread_setcanceltype.3.gz
+usr/share/man/man3/pthread_cancel.3.gz usr/share/man/man3/pthread_setcancelstate.3.gz
+usr/share/man/man3/pthread_cancel.3.gz usr/share/man/man3/pthread_testcancel.3.gz



Reply to: