mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-21 10:20:06 +00:00
Update.
* db2/mutex/sparc.gcc (TSL_UNSET): Dereference pointer.
This commit is contained in:
parent
577567c1df
commit
95e8359543
@ -1,5 +1,7 @@
|
||||
1999-09-14 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* db2/mutex/sparc.gcc (TSL_UNSET): Dereference pointer.
|
||||
|
||||
* elf/elf.h (PF_MASKOS): New definition.
|
||||
|
||||
1999-08-09 Scott Bambrough <scottb@netwinder.org>
|
||||
|
@ -27,5 +27,5 @@
|
||||
!__r; \
|
||||
})
|
||||
|
||||
#define TSL_UNSET(tsl) ((tsl) = 0)
|
||||
#define TSL_UNSET(tsl) (*(tsl) = 0)
|
||||
#define TSL_INIT(tsl) TSL_UNSET(tsl)
|
||||
|
Loading…
Reference in New Issue
Block a user