mirror of git://sourceware.org/git/glibc.git
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>
|
1999-09-14 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* db2/mutex/sparc.gcc (TSL_UNSET): Dereference pointer.
|
||||||
|
|
||||||
* elf/elf.h (PF_MASKOS): New definition.
|
* elf/elf.h (PF_MASKOS): New definition.
|
||||||
|
|
||||||
1999-08-09 Scott Bambrough <scottb@netwinder.org>
|
1999-08-09 Scott Bambrough <scottb@netwinder.org>
|
||||||
|
|
|
||||||
|
|
@ -27,5 +27,5 @@
|
||||||
!__r; \
|
!__r; \
|
||||||
})
|
})
|
||||||
|
|
||||||
#define TSL_UNSET(tsl) ((tsl) = 0)
|
#define TSL_UNSET(tsl) (*(tsl) = 0)
|
||||||
#define TSL_INIT(tsl) TSL_UNSET(tsl)
|
#define TSL_INIT(tsl) TSL_UNSET(tsl)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue