mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
2006-07-15 Jeff Bailey <jbailey@ubuntu.com>
* sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Return NULL.
This commit is contained in:
parent
da1ea0f056
commit
4f9c5a916b
@ -1,3 +1,7 @@
|
||||
2006-07-15 Jeff Bailey <jbailey@ubuntu.com>
|
||||
|
||||
* sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Return NULL.
|
||||
|
||||
2006-07-13 Carlos O'Donell <carlos@systemhalted.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/hppa/xstat.c: New file.
|
||||
|
@ -102,7 +102,7 @@ typedef struct
|
||||
special attention since 'errno' is not yet available and if the
|
||||
operation can cause a failure 'errno' must not be touched. */
|
||||
# define TLS_INIT_TP(tcbp, secondcall) \
|
||||
({ __set_cr27(tcbp); 0; })
|
||||
({ __set_cr27(tcbp); NULL; })
|
||||
|
||||
/* Return the address of the dtv for the current thread. */
|
||||
# define THREAD_DTV() \
|
||||
|
Loading…
Reference in New Issue
Block a user