Package: libpthread-stubs
Severity: normal

Reading glibc's forward.c, libpthread-stubs should provide more
pthread_* functions, namely:

- pthread_attr_init, pthread_attr_destroy, pthread_attr_getdetachstate,
  pthread_attr_setdetachstate, pthread_attr_getinheritsched,
  pthread_attr_setinheritsched, pthread_attr_getschedparam,
  pthread_attr_setschedparam, pthread_attr_getschedpolicy,
  pthread_attr_setschedpolicy, pthread_attr_getscope,
  pthread_attr_setscope, pthread_condattr_init, pthread_condattr_destroy,
  all just returning 0,
- pthread_cond_timedwait, returning 0.
- pthread_exit, calling exit(EXIT_SUCCESS)
- pthread_getschedparam, pthread_setschedparam, returning 0
- pthread_setcancelstate, pthread_setcanceltype, returning 0

Samuel

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
#ifndef I_WISH_WORLD_WERE_PERFECT
/* It is not :-( All the routers (except for Linux) return only
...
 -+- linux/net/ipv4/ipip.c -+-



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

Reply via email to