Match changes from glibc 2.2 (?)

- #define status as __status
- #define spinlock as __spinlock
This commit is contained in:
gbeauche 2002-04-21 11:42:30 +00:00
parent d1b8e62cc9
commit e89d481489

View File

@ -51,6 +51,8 @@ extern int test_and_set(int *var, int val);
extern int __clone(int (*fn)(void *), void *, int, void *);
/* struct sem_t */
#define status __status
#define spinlock __spinlock
#define sem_lock __sem_lock
#define sem_value __sem_value
#define sem_waiting __sem_waiting