* db2/mutex/sparc.gcc (TSL_UNSET): Dereference pointer.
This commit is contained in:
Ulrich Drepper 1999-09-14 20:44:35 +00:00
parent 577567c1df
commit 95e8359543
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -27,5 +27,5 @@
!__r; \
})
#define TSL_UNSET(tsl) ((tsl) = 0)
#define TSL_UNSET(tsl) (*(tsl) = 0)
#define TSL_INIT(tsl) TSL_UNSET(tsl)