about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/tls.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Remove --wth-tls option, TLS support is requiredUlrich Drepper2011-09-111-3/+3
|
* [BZ #3665, BZ #4126, BZ #4178, BZ #4610]Roland McGrath2007-07-231-1/+1
| | | | | | | | | | * hurd/getdport.c: Add missing copyright year update. [BZ #3665] [BZ #4610] [BZ #4178] [BZ #4126] * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias to __sigsuspend.
* 2006-06-13 Thomas Schwinge <tschwinge@gnu.org>Roland McGrath2007-07-221-1/+1
| | | | | | * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to `__ASSEMBLER__'. * sysdeps/mach/hurd/i386/tls.h: Likewise.
* * sysdeps/mach/hurd/tls.h: Include <stdbool.h>Roland McGrath2005-02-021-2/+7
| | | | | | | | | | | | (dtv_t): Change pointer type to be a struct which also contains information whether the memory pointed to is static TLS or not. * sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it. * shadow/sgetspent_r.c (FALSE): Macro renamed to ... (FALSEP): ... this. Updated all references. * libio/fmemopen.c: Include <stdint.h>.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-7/+2
|
* 2.5-18.1Jakub Jelinek2007-07-121-2/+7
|
* * mach/errsystems.awk: Include <errno.h> in generated output.Roland McGrath2003-02-161-1/+18
|
* * sysdeps/mach/hurd/tls.h: New file.Roland McGrath2003-02-161-0/+55
* sysdeps/mach/hurd/i386/tls.h: New file.