From f80f90f11dcb10b76dd5da2ec8e31d614c007dcd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 5 Sep 2012 13:03:19 -0500 Subject: rtems-bsd-rwlock.c: Do not redefine pthread_rwlock_t --- rtemsbsd/src/rtems-bsd-rwlock.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtemsbsd/src/rtems-bsd-rwlock.c b/rtemsbsd/src/rtems-bsd-rwlock.c index 1f848357..21c61dae 100644 --- a/rtemsbsd/src/rtems-bsd-rwlock.c +++ b/rtemsbsd/src/rtems-bsd-rwlock.c @@ -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, -- cgit v1.2.3