summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/syscall.h
diff options
context:
space:
mode:
authorraf <none@none>2007-06-29 13:31:58 -0700
committerraf <none@none>2007-06-29 13:31:58 -0700
commit883492d5a933deb34cd27521e7f2756773cd27af (patch)
tree0c80cc8bc2b91d1882235f25cf28ef8ed0e4e6e3 /usr/src/uts/common/sys/syscall.h
parentec4858345aa8c9134ae2563545c54823cd78b5c8 (diff)
downloadillumos-gate-883492d5a933deb34cd27521e7f2756773cd27af.tar.gz
PSARC 2007/285 robust locks revisited
6296770 process robust mutexes should be much faster
Diffstat (limited to 'usr/src/uts/common/sys/syscall.h')
-rw-r--r--usr/src/uts/common/sys/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/syscall.h b/usr/src/uts/common/sys/syscall.h
index f8ad2291a5..ae7e8224da 100644
--- a/usr/src/uts/common/sys/syscall.h
+++ b/usr/src/uts/common/sys/syscall.h
@@ -516,7 +516,7 @@ extern "C" {
#define SYS_ntp_adjtime 249
#define SYS_lwp_mutex_unlock 250
#define SYS_lwp_mutex_trylock 251
-#define SYS_lwp_mutex_init 252
+#define SYS_lwp_mutex_register 252
#define SYS_cladm 253
#define SYS_uucopy 254
#define SYS_umount2 255