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

Bug#698782: libc6: pthread_mutexattr_setrobust is not exported



Package: libc6
Version: 2.11.3-4
Severity: minor

The non-posix versions of mutexattr_setrobust are not exported by libpthread:

root@p:~/x# strings /lib/libpthread.so.0 | grep mutexattr_setrobust 
pthread_mutexattr_setrobust_np

but they are defined in the pthread.h header file:

root@p:~/x# grep mutexattr_setrobust /usr/include/pthread.h 
extern int pthread_mutexattr_setrobust (pthread_mutexattr_t *__attr,
extern int pthread_mutexattr_setrobust_np (pthread_mutexattr_t *__attr,

so applications using the _np variant compile, but cannot be linked.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: armel (armv5tejl)

Kernel: Linux 2.6.32-5-versatile
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6 depends on:
ii  libc-bin                      2.11.3-4   Embedded GNU C Library: Binaries
ii  libgcc1                       1:4.4.5-8  GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0]         1.5.36.1   Debian configuration management sy
pn  glibc-doc                     <none>     (no description available)
ii  locales                       2.11.2-10  Embedded GNU C Library: National L

-- debconf information:
  glibc/upgrade: true
  glibc/restart-services:
  glibc/disable-screensaver:
  glibc/restart-failed:


Reply to: