mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-26 17:17:24 +01:00
* added syscall_nr_futex = 142 for sparc architecture
git-svn-id: trunk@16994 -
This commit is contained in:
parent
7b948b1e38
commit
d4cde5eaa2
@ -162,6 +162,7 @@ Const
|
|||||||
// syscall_nr_adjtime = 140 SunOS Specific
|
// syscall_nr_adjtime = 140 SunOS Specific
|
||||||
syscall_nr_getpeername = 141 ; // Common
|
syscall_nr_getpeername = 141 ; // Common
|
||||||
// syscall_nr_gethostid = 142 SunOS Specific
|
// syscall_nr_gethostid = 142 SunOS Specific
|
||||||
|
syscall_nr_futex = 142 ; // gethostid under SunOS
|
||||||
syscall_nr_gettid = 143 ; // ENOSYS under SunOS
|
syscall_nr_gettid = 143 ; // ENOSYS under SunOS
|
||||||
syscall_nr_getrlimit = 144 ; // Common
|
syscall_nr_getrlimit = 144 ; // Common
|
||||||
syscall_nr_setrlimit = 145 ; // Common
|
syscall_nr_setrlimit = 145 ; // Common
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user