* added syscall_nr_futex = 142 for sparc architecture

git-svn-id: trunk@16994 -
This commit is contained in:
ivost 2011-02-24 10:51:54 +00:00
parent 7b948b1e38
commit d4cde5eaa2

View File

@ -162,6 +162,7 @@ Const
// syscall_nr_adjtime = 140 SunOS Specific
syscall_nr_getpeername = 141 ; // Common
// syscall_nr_gethostid = 142 SunOS Specific
syscall_nr_futex = 142 ; // gethostid under SunOS
syscall_nr_gettid = 143 ; // ENOSYS under SunOS
syscall_nr_getrlimit = 144 ; // Common
syscall_nr_setrlimit = 145 ; // Common