mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
Update.
* db2/mutex/sparc.gcc (TSL_UNSET): Dereference pointer.
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user