diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-02-24 22:47:02 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-02-24 22:47:02 +0100 |
| commit | 7972714191564f2eb6e85db02ecebb5991aece2e (patch) | |
| tree | 4f3fdfaf17ddcabb8aedc0bbcc6b8582153d3476 /open_issues/libpthread_addon.mdwn | |
| parent | e20a97e3899748d195d66963dec38fc60f8732ff (diff) | |
| parent | 3ec364ce867cd9835cc3394e596cf732e8c22da3 (diff) | |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/web
Diffstat (limited to 'open_issues/libpthread_addon.mdwn')
| -rw-r--r-- | open_issues/libpthread_addon.mdwn | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/open_issues/libpthread_addon.mdwn b/open_issues/libpthread_addon.mdwn index 26b24549..3a10cbde 100644 --- a/open_issues/libpthread_addon.mdwn +++ b/open_issues/libpthread_addon.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2012 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2012, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -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. |
