mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 23:19:24 +08:00
rtems-bsd-rwlock.c: Do not redefine pthread_rwlock_t
This commit is contained in:
parent
b7923cd15b
commit
f80f90f11d
@ -62,8 +62,6 @@ static int owner_rw(struct lock_object *lock, struct thread **owner);
|
||||
#endif
|
||||
static int unlock_rw(struct lock_object *lock);
|
||||
|
||||
typedef uint32_t pthread_rwlock_t;
|
||||
|
||||
struct lock_class lock_class_rw = {
|
||||
.lc_name = "rw",
|
||||
.lc_flags = LC_SLEEPLOCK | LC_RECURSABLE | LC_UPGRADABLE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user