Extra PLT reference: libpthread.so: pthread_mutexattr_destroy
Extra PLT reference: libpthread.so: pthread_setcancelstate
-### `pthread` sysdep
-
-glibc provides a `pthread` sysdep (`sysdeps/pthread`) with pthread-based
-implementations of most of the `aio_*` and `lio_*` functions.
-
-[[!message-id "201209302353.51055.toscano.pino@tiscali.it"]]
-
-The above patches allows also to cleanly set the libpthread string version,
-returned e.g. for the `_CS_GNU_LIBPTHREAD_VERSION` value of `confstr`.
-
-About the glibc aio tests, they would all compile and work, except:
-
- - `tst-aio` -- fails
- - `tst-aio9`, `tst-aio10` -- time out
-
### `bits/posix_opt.h`
`bits/posix_opt.h` is the glibc header defining the various
A pthread version of `gai_misc.h` must be provided by libpthread (just like
NPTL provides one), either in `sysdeps/mach/hurd` or `sysdeps/pthread`
-(better, see above).
+(better).
Currently, it is provided in glibc itself in Debian.