diff options
Diffstat (limited to 'usr/src/uts/common/sys/rwlock.h')
| -rw-r--r-- | usr/src/uts/common/sys/rwlock.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/rwlock.h b/usr/src/uts/common/sys/rwlock.h index 4694eb9f37..dc2eb93ae3 100644 --- a/usr/src/uts/common/sys/rwlock.h +++ b/usr/src/uts/common/sys/rwlock.h @@ -23,11 +23,13 @@ * Use is subject to license terms. */ +/* + * Copyright (c) 2013, Joyent, Inc. All rights reserved. + */ + #ifndef _SYS_RWLOCK_H #define _SYS_RWLOCK_H -#pragma ident "%Z%%M% %I% %E% SMI" - /* * Public interface to readers/writer locks. See rwlock(9F) for details. */ @@ -47,7 +49,8 @@ typedef enum { typedef enum { RW_WRITER, - RW_READER + RW_READER, + RW_READER_STARVEWRITER } krw_t; typedef struct _krwlock { |
