diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2013-02-15 19:18:23 +0100 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2013-02-15 19:18:23 +0100 |
commit | e3c030a06ebfcd3726924e93da8b91a84f3139cd (patch) | |
tree | 17cadd91643dabcf852db60e1f0312f71458c699 /open_issues/libpthread_addon.mdwn | |
parent | 9310b53697a609500a7bacbcd3bce41b9e686028 (diff) | |
download | web-e3c030a06ebfcd3726924e93da8b91a84f3139cd.tar.gz web-e3c030a06ebfcd3726924e93da8b91a84f3139cd.tar.bz2 web-e3c030a06ebfcd3726924e93da8b91a84f3139cd.zip |
open_issues/libpthread_addon: pthread sysdep added
Diffstat (limited to 'open_issues/libpthread_addon.mdwn')
-rw-r--r-- | open_issues/libpthread_addon.mdwn | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/open_issues/libpthread_addon.mdwn b/open_issues/libpthread_addon.mdwn index 26b24549..da016235 100644 --- a/open_issues/libpthread_addon.mdwn +++ b/open_issues/libpthread_addon.mdwn @@ -99,21 +99,6 @@ Running glibc's `check-localplt` test gives in `check-localplt.out`: 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 @@ -145,6 +130,6 @@ in glibc. 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. |