Author: davidxu
Date: Thu Jan  6 03:30:16 2011
New Revision: 217039
URL: http://svn.freebsd.org/changeset/base/217039

Log:
  Remove leftover for r214093.

Modified:
  head/include/pthread.h

Modified: head/include/pthread.h
==============================================================================
--- head/include/pthread.h      Thu Jan  6 02:36:29 2011        (r217038)
+++ head/include/pthread.h      Thu Jan  6 03:30:16 2011        (r217039)
@@ -135,15 +135,6 @@ enum pthread_mutextype {
 
 #define PTHREAD_MUTEX_DEFAULT          PTHREAD_MUTEX_ERRORCHECK
 
-enum pthread_rwlocktype_np
-{
-       PTHREAD_RWLOCK_PREFER_READER_NP,
-       PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP,
-       PTHREAD_RWLOCK_PREFER_WRITER_NP,
-       PTHREAD_RWLOCK_DEFAULT_NP =
-               PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP
-};
-
 struct _pthread_cleanup_info {
        __uintptr_t     pthread_cleanup_pad[8];
 };
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to