unistd.h 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  1. #ifndef __ASM_SH64_UNISTD_H
  2. #define __ASM_SH64_UNISTD_H
  3. /*
  4. * This file is subject to the terms and conditions of the GNU General Public
  5. * License. See the file "COPYING" in the main directory of this archive
  6. * for more details.
  7. *
  8. * include/asm-sh64/unistd.h
  9. *
  10. * Copyright (C) 2000, 2001 Paolo Alberelli
  11. * Copyright (C) 2003 Paul Mundt
  12. * Copyright (C) 2004 Sean McGoogan
  13. *
  14. * This file contains the system call numbers.
  15. *
  16. */
  17. #define __NR_setup 0 /* used only by init, to get system going */
  18. #define __NR_exit 1
  19. #define __NR_fork 2
  20. #define __NR_read 3
  21. #define __NR_write 4
  22. #define __NR_open 5
  23. #define __NR_close 6
  24. #define __NR_waitpid 7
  25. #define __NR_creat 8
  26. #define __NR_link 9
  27. #define __NR_unlink 10
  28. #define __NR_execve 11
  29. #define __NR_chdir 12
  30. #define __NR_time 13
  31. #define __NR_mknod 14
  32. #define __NR_chmod 15
  33. #define __NR_lchown 16
  34. #define __NR_break 17
  35. #define __NR_oldstat 18
  36. #define __NR_lseek 19
  37. #define __NR_getpid 20
  38. #define __NR_mount 21
  39. #define __NR_umount 22
  40. #define __NR_setuid 23
  41. #define __NR_getuid 24
  42. #define __NR_stime 25
  43. #define __NR_ptrace 26
  44. #define __NR_alarm 27
  45. #define __NR_oldfstat 28
  46. #define __NR_pause 29
  47. #define __NR_utime 30
  48. #define __NR_stty 31
  49. #define __NR_gtty 32
  50. #define __NR_access 33
  51. #define __NR_nice 34
  52. #define __NR_ftime 35
  53. #define __NR_sync 36
  54. #define __NR_kill 37
  55. #define __NR_rename 38
  56. #define __NR_mkdir 39
  57. #define __NR_rmdir 40
  58. #define __NR_dup 41
  59. #define __NR_pipe 42
  60. #define __NR_times 43
  61. #define __NR_prof 44
  62. #define __NR_brk 45
  63. #define __NR_setgid 46
  64. #define __NR_getgid 47
  65. #define __NR_signal 48
  66. #define __NR_geteuid 49
  67. #define __NR_getegid 50
  68. #define __NR_acct 51
  69. #define __NR_umount2 52
  70. #define __NR_lock 53
  71. #define __NR_ioctl 54
  72. #define __NR_fcntl 55
  73. #define __NR_mpx 56
  74. #define __NR_setpgid 57
  75. #define __NR_ulimit 58
  76. #define __NR_oldolduname 59
  77. #define __NR_umask 60
  78. #define __NR_chroot 61
  79. #define __NR_ustat 62
  80. #define __NR_dup2 63
  81. #define __NR_getppid 64
  82. #define __NR_getpgrp 65
  83. #define __NR_setsid 66
  84. #define __NR_sigaction 67
  85. #define __NR_sgetmask 68
  86. #define __NR_ssetmask 69
  87. #define __NR_setreuid 70
  88. #define __NR_setregid 71
  89. #define __NR_sigsuspend 72
  90. #define __NR_sigpending 73
  91. #define __NR_sethostname 74
  92. #define __NR_setrlimit 75
  93. #define __NR_getrlimit 76 /* Back compatible 2Gig limited rlimit */
  94. #define __NR_getrusage 77
  95. #define __NR_gettimeofday 78
  96. #define __NR_settimeofday 79
  97. #define __NR_getgroups 80
  98. #define __NR_setgroups 81
  99. #define __NR_select 82
  100. #define __NR_symlink 83
  101. #define __NR_oldlstat 84
  102. #define __NR_readlink 85
  103. #define __NR_uselib 86
  104. #define __NR_swapon 87
  105. #define __NR_reboot 88
  106. #define __NR_readdir 89
  107. #define __NR_mmap 90
  108. #define __NR_munmap 91
  109. #define __NR_truncate 92
  110. #define __NR_ftruncate 93
  111. #define __NR_fchmod 94
  112. #define __NR_fchown 95
  113. #define __NR_getpriority 96
  114. #define __NR_setpriority 97
  115. #define __NR_profil 98
  116. #define __NR_statfs 99
  117. #define __NR_fstatfs 100
  118. #define __NR_ioperm 101
  119. #define __NR_socketcall 102 /* old implementation of socket systemcall */
  120. #define __NR_syslog 103
  121. #define __NR_setitimer 104
  122. #define __NR_getitimer 105
  123. #define __NR_stat 106
  124. #define __NR_lstat 107
  125. #define __NR_fstat 108
  126. #define __NR_olduname 109
  127. #define __NR_iopl 110
  128. #define __NR_vhangup 111
  129. #define __NR_idle 112
  130. #define __NR_vm86old 113
  131. #define __NR_wait4 114
  132. #define __NR_swapoff 115
  133. #define __NR_sysinfo 116
  134. #define __NR_ipc 117
  135. #define __NR_fsync 118
  136. #define __NR_sigreturn 119
  137. #define __NR_clone 120
  138. #define __NR_setdomainname 121
  139. #define __NR_uname 122
  140. #define __NR_modify_ldt 123
  141. #define __NR_adjtimex 124
  142. #define __NR_mprotect 125
  143. #define __NR_sigprocmask 126
  144. #define __NR_create_module 127
  145. #define __NR_init_module 128
  146. #define __NR_delete_module 129
  147. #define __NR_get_kernel_syms 130
  148. #define __NR_quotactl 131
  149. #define __NR_getpgid 132
  150. #define __NR_fchdir 133
  151. #define __NR_bdflush 134
  152. #define __NR_sysfs 135
  153. #define __NR_personality 136
  154. #define __NR_afs_syscall 137 /* Syscall for Andrew File System */
  155. #define __NR_setfsuid 138
  156. #define __NR_setfsgid 139
  157. #define __NR__llseek 140
  158. #define __NR_getdents 141
  159. #define __NR__newselect 142
  160. #define __NR_flock 143
  161. #define __NR_msync 144
  162. #define __NR_readv 145
  163. #define __NR_writev 146
  164. #define __NR_getsid 147
  165. #define __NR_fdatasync 148
  166. #define __NR__sysctl 149
  167. #define __NR_mlock 150
  168. #define __NR_munlock 151
  169. #define __NR_mlockall 152
  170. #define __NR_munlockall 153
  171. #define __NR_sched_setparam 154
  172. #define __NR_sched_getparam 155
  173. #define __NR_sched_setscheduler 156
  174. #define __NR_sched_getscheduler 157
  175. #define __NR_sched_yield 158
  176. #define __NR_sched_get_priority_max 159
  177. #define __NR_sched_get_priority_min 160
  178. #define __NR_sched_rr_get_interval 161
  179. #define __NR_nanosleep 162
  180. #define __NR_mremap 163
  181. #define __NR_setresuid 164
  182. #define __NR_getresuid 165
  183. #define __NR_vm86 166
  184. #define __NR_query_module 167
  185. #define __NR_poll 168
  186. #define __NR_nfsservctl 169
  187. #define __NR_setresgid 170
  188. #define __NR_getresgid 171
  189. #define __NR_prctl 172
  190. #define __NR_rt_sigreturn 173
  191. #define __NR_rt_sigaction 174
  192. #define __NR_rt_sigprocmask 175
  193. #define __NR_rt_sigpending 176
  194. #define __NR_rt_sigtimedwait 177
  195. #define __NR_rt_sigqueueinfo 178
  196. #define __NR_rt_sigsuspend 179
  197. #define __NR_pread 180
  198. #define __NR_pwrite 181
  199. #define __NR_chown 182
  200. #define __NR_getcwd 183
  201. #define __NR_capget 184
  202. #define __NR_capset 185
  203. #define __NR_sigaltstack 186
  204. #define __NR_sendfile 187
  205. #define __NR_streams1 188 /* some people actually want it */
  206. #define __NR_streams2 189 /* some people actually want it */
  207. #define __NR_vfork 190
  208. #define __NR_ugetrlimit 191 /* SuS compliant getrlimit */
  209. #define __NR_mmap2 192
  210. #define __NR_truncate64 193
  211. #define __NR_ftruncate64 194
  212. #define __NR_stat64 195
  213. #define __NR_lstat64 196
  214. #define __NR_fstat64 197
  215. #define __NR_lchown32 198
  216. #define __NR_getuid32 199
  217. #define __NR_getgid32 200
  218. #define __NR_geteuid32 201
  219. #define __NR_getegid32 202
  220. #define __NR_setreuid32 203
  221. #define __NR_setregid32 204
  222. #define __NR_getgroups32 205
  223. #define __NR_setgroups32 206
  224. #define __NR_fchown32 207
  225. #define __NR_setresuid32 208
  226. #define __NR_getresuid32 209
  227. #define __NR_setresgid32 210
  228. #define __NR_getresgid32 211
  229. #define __NR_chown32 212
  230. #define __NR_setuid32 213
  231. #define __NR_setgid32 214
  232. #define __NR_setfsuid32 215
  233. #define __NR_setfsgid32 216
  234. #define __NR_pivot_root 217
  235. #define __NR_mincore 218
  236. #define __NR_madvise 219
  237. /* Non-multiplexed socket family */
  238. #define __NR_socket 220
  239. #define __NR_bind 221
  240. #define __NR_connect 222
  241. #define __NR_listen 223
  242. #define __NR_accept 224
  243. #define __NR_getsockname 225
  244. #define __NR_getpeername 226
  245. #define __NR_socketpair 227
  246. #define __NR_send 228
  247. #define __NR_sendto 229
  248. #define __NR_recv 230
  249. #define __NR_recvfrom 231
  250. #define __NR_shutdown 232
  251. #define __NR_setsockopt 233
  252. #define __NR_getsockopt 234
  253. #define __NR_sendmsg 235
  254. #define __NR_recvmsg 236
  255. /* Non-multiplexed IPC family */
  256. #define __NR_semop 237
  257. #define __NR_semget 238
  258. #define __NR_semctl 239
  259. #define __NR_msgsnd 240
  260. #define __NR_msgrcv 241
  261. #define __NR_msgget 242
  262. #define __NR_msgctl 243
  263. #if 0
  264. #define __NR_shmatcall 244
  265. #endif
  266. #define __NR_shmdt 245
  267. #define __NR_shmget 246
  268. #define __NR_shmctl 247
  269. #define __NR_getdents64 248
  270. #define __NR_fcntl64 249
  271. /* 223 is unused */
  272. #define __NR_gettid 252
  273. #define __NR_readahead 253
  274. #define __NR_setxattr 254
  275. #define __NR_lsetxattr 255
  276. #define __NR_fsetxattr 256
  277. #define __NR_getxattr 257
  278. #define __NR_lgetxattr 258
  279. #define __NR_fgetxattr 269
  280. #define __NR_listxattr 260
  281. #define __NR_llistxattr 261
  282. #define __NR_flistxattr 262
  283. #define __NR_removexattr 263
  284. #define __NR_lremovexattr 264
  285. #define __NR_fremovexattr 265
  286. #define __NR_tkill 266
  287. #define __NR_sendfile64 267
  288. #define __NR_futex 268
  289. #define __NR_sched_setaffinity 269
  290. #define __NR_sched_getaffinity 270
  291. #define __NR_set_thread_area 271
  292. #define __NR_get_thread_area 272
  293. #define __NR_io_setup 273
  294. #define __NR_io_destroy 274
  295. #define __NR_io_getevents 275
  296. #define __NR_io_submit 276
  297. #define __NR_io_cancel 277
  298. #define __NR_fadvise64 278
  299. #define __NR_exit_group 280
  300. #define __NR_lookup_dcookie 281
  301. #define __NR_epoll_create 282
  302. #define __NR_epoll_ctl 283
  303. #define __NR_epoll_wait 284
  304. #define __NR_remap_file_pages 285
  305. #define __NR_set_tid_address 286
  306. #define __NR_timer_create 287
  307. #define __NR_timer_settime (__NR_timer_create+1)
  308. #define __NR_timer_gettime (__NR_timer_create+2)
  309. #define __NR_timer_getoverrun (__NR_timer_create+3)
  310. #define __NR_timer_delete (__NR_timer_create+4)
  311. #define __NR_clock_settime (__NR_timer_create+5)
  312. #define __NR_clock_gettime (__NR_timer_create+6)
  313. #define __NR_clock_getres (__NR_timer_create+7)
  314. #define __NR_clock_nanosleep (__NR_timer_create+8)
  315. #define __NR_statfs64 296
  316. #define __NR_fstatfs64 297
  317. #define __NR_tgkill 298
  318. #define __NR_utimes 299
  319. #define __NR_fadvise64_64 300
  320. #define __NR_vserver 301
  321. #define __NR_mbind 302
  322. #define __NR_get_mempolicy 303
  323. #define __NR_set_mempolicy 304
  324. #define __NR_mq_open 305
  325. #define __NR_mq_unlink (__NR_mq_open+1)
  326. #define __NR_mq_timedsend (__NR_mq_open+2)
  327. #define __NR_mq_timedreceive (__NR_mq_open+3)
  328. #define __NR_mq_notify (__NR_mq_open+4)
  329. #define __NR_mq_getsetattr (__NR_mq_open+5)
  330. #define __NR_kexec_load 311
  331. #define __NR_waitid 312
  332. #define __NR_add_key 313
  333. #define __NR_request_key 314
  334. #define __NR_keyctl 315
  335. #define __NR_ioprio_set 316
  336. #define __NR_ioprio_get 317
  337. #define __NR_inotify_init 318
  338. #define __NR_inotify_add_watch 319
  339. #define __NR_inotify_rm_watch 320
  340. #define NR_syscalls 321
  341. /* user-visible error numbers are in the range -1 - -125: see <asm-sh64/errno.h> */
  342. #define __syscall_return(type, res) \
  343. do { \
  344. /* Note: when returning from kernel the return value is in r9 \
  345. ** This prevents conflicts between return value and arg1 \
  346. ** when dispatching signal handler, in other words makes \
  347. ** life easier in the system call epilogue (see entry.S) \
  348. */ \
  349. register unsigned long __sr2 __asm__ ("r2") = res; \
  350. if ((unsigned long)(res) >= (unsigned long)(-125)) { \
  351. errno = -(res); \
  352. __sr2 = -1; \
  353. } \
  354. return (type) (__sr2); \
  355. } while (0)
  356. /* XXX - _foo needs to be __foo, while __NR_bar could be _NR_bar. */
  357. #define _syscall0(type,name) \
  358. type name(void) \
  359. { \
  360. register unsigned long __sc0 __asm__ ("r9") = ((0x10 << 16) | __NR_##name); \
  361. __asm__ __volatile__ ("trapa %1 !\t\t\t" #name "()" \
  362. : "=r" (__sc0) \
  363. : "r" (__sc0) ); \
  364. __syscall_return(type,__sc0); \
  365. }
  366. /*
  367. * The apparent spurious "dummy" assembler comment is *needed*,
  368. * as without it, the compiler treats the arg<n> variables
  369. * as no longer live just before the asm. The compiler can
  370. * then optimize the storage into any registers it wishes.
  371. * The additional dummy statement forces the compiler to put
  372. * the arguments into the correct registers before the TRAPA.
  373. */
  374. #define _syscall1(type,name,type1,arg1) \
  375. type name(type1 arg1) \
  376. { \
  377. register unsigned long __sc0 __asm__ ("r9") = ((0x11 << 16) | __NR_##name); \
  378. register unsigned long __sc2 __asm__ ("r2") = (unsigned long) arg1; \
  379. __asm__ __volatile__ ("trapa %1 !\t\t\t" #name "(%2)" \
  380. : "=r" (__sc0) \
  381. : "r" (__sc0), "r" (__sc2)); \
  382. __asm__ __volatile__ ("!dummy %0 %1" \
  383. : \
  384. : "r" (__sc0), "r" (__sc2)); \
  385. __syscall_return(type,__sc0); \
  386. }
  387. #define _syscall2(type,name,type1,arg1,type2,arg2) \
  388. type name(type1 arg1,type2 arg2) \
  389. { \
  390. register unsigned long __sc0 __asm__ ("r9") = ((0x12 << 16) | __NR_##name); \
  391. register unsigned long __sc2 __asm__ ("r2") = (unsigned long) arg1; \
  392. register unsigned long __sc3 __asm__ ("r3") = (unsigned long) arg2; \
  393. __asm__ __volatile__ ("trapa %1 !\t\t\t" #name "(%2,%3)" \
  394. : "=r" (__sc0) \
  395. : "r" (__sc0), "r" (__sc2), "r" (__sc3) ); \
  396. __asm__ __volatile__ ("!dummy %0 %1 %2" \
  397. : \
  398. : "r" (__sc0), "r" (__sc2), "r" (__sc3) ); \
  399. __syscall_return(type,__sc0); \
  400. }
  401. #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
  402. type name(type1 arg1,type2 arg2,type3 arg3) \
  403. { \
  404. register unsigned long __sc0 __asm__ ("r9") = ((0x13 << 16) | __NR_##name); \
  405. register unsigned long __sc2 __asm__ ("r2") = (unsigned long) arg1; \
  406. register unsigned long __sc3 __asm__ ("r3") = (unsigned long) arg2; \
  407. register unsigned long __sc4 __asm__ ("r4") = (unsigned long) arg3; \
  408. __asm__ __volatile__ ("trapa %1 !\t\t\t" #name "(%2,%3,%4)" \
  409. : "=r" (__sc0) \
  410. : "r" (__sc0), "r" (__sc2), "r" (__sc3), "r" (__sc4) ); \
  411. __asm__ __volatile__ ("!dummy %0 %1 %2 %3" \
  412. : \
  413. : "r" (__sc0), "r" (__sc2), "r" (__sc3), "r" (__sc4) ); \
  414. __syscall_return(type,__sc0); \
  415. }
  416. #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
  417. type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
  418. { \
  419. register unsigned long __sc0 __asm__ ("r9") = ((0x14 << 16) | __NR_##name); \
  420. register unsigned long __sc2 __asm__ ("r2") = (unsigned long) arg1; \
  421. register unsigned long __sc3 __asm__ ("r3") = (unsigned long) arg2; \
  422. register unsigned long __sc4 __asm__ ("r4") = (unsigned long) arg3; \
  423. register unsigned long __sc5 __asm__ ("r5") = (unsigned long) arg4; \
  424. __asm__ __volatile__ ("trapa %1 !\t\t\t" #name "(%2,%3,%4,%5)" \
  425. : "=r" (__sc0) \
  426. : "r" (__sc0), "r" (__sc2), "r" (__sc3), "r" (__sc4), "r" (__sc5) );\
  427. __asm__ __volatile__ ("!dummy %0 %1 %2 %3 %4" \
  428. : \
  429. : "r" (__sc0), "r" (__sc2), "r" (__sc3), "r" (__sc4), "r" (__sc5) );\
  430. __syscall_return(type,__sc0); \
  431. }
  432. #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
  433. type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
  434. { \
  435. register unsigned long __sc0 __asm__ ("r9") = ((0x15 << 16) | __NR_##name); \
  436. register unsigned long __sc2 __asm__ ("r2") = (unsigned long) arg1; \
  437. register unsigned long __sc3 __asm__ ("r3") = (unsigned long) arg2; \
  438. register unsigned long __sc4 __asm__ ("r4") = (unsigned long) arg3; \
  439. register unsigned long __sc5 __asm__ ("r5") = (unsigned long) arg4; \
  440. register unsigned long __sc6 __asm__ ("r6") = (unsigned long) arg5; \
  441. __asm__ __volatile__ ("trapa %1 !\t\t\t" #name "(%2,%3,%4,%5,%6)" \
  442. : "=r" (__sc0) \
  443. : "r" (__sc0), "r" (__sc2), "r" (__sc3), "r" (__sc4), "r" (__sc5), \
  444. "r" (__sc6)); \
  445. __asm__ __volatile__ ("!dummy %0 %1 %2 %3 %4 %5" \
  446. : \
  447. : "r" (__sc0), "r" (__sc2), "r" (__sc3), "r" (__sc4), "r" (__sc5), \
  448. "r" (__sc6)); \
  449. __syscall_return(type,__sc0); \
  450. }
  451. #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5, type6, arg6) \
  452. type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5, type6 arg6) \
  453. { \
  454. register unsigned long __sc0 __asm__ ("r9") = ((0x16 << 16) | __NR_##name); \
  455. register unsigned long __sc2 __asm__ ("r2") = (unsigned long) arg1; \
  456. register unsigned long __sc3 __asm__ ("r3") = (unsigned long) arg2; \
  457. register unsigned long __sc4 __asm__ ("r4") = (unsigned long) arg3; \
  458. register unsigned long __sc5 __asm__ ("r5") = (unsigned long) arg4; \
  459. register unsigned long __sc6 __asm__ ("r6") = (unsigned long) arg5; \
  460. register unsigned long __sc7 __asm__ ("r7") = (unsigned long) arg6; \
  461. __asm__ __volatile__ ("trapa %1 !\t\t\t" #name "(%2,%3,%4,%5,%6,%7)" \
  462. : "=r" (__sc0) \
  463. : "r" (__sc0), "r" (__sc2), "r" (__sc3), "r" (__sc4), "r" (__sc5), \
  464. "r" (__sc6), "r" (__sc7)); \
  465. __asm__ __volatile__ ("!dummy %0 %1 %2 %3 %4 %5 %6" \
  466. : \
  467. : "r" (__sc0), "r" (__sc2), "r" (__sc3), "r" (__sc4), "r" (__sc5), \
  468. "r" (__sc6), "r" (__sc7)); \
  469. __syscall_return(type,__sc0); \
  470. }
  471. #ifdef __KERNEL__
  472. #define __ARCH_WANT_IPC_PARSE_VERSION
  473. #define __ARCH_WANT_OLD_READDIR
  474. #define __ARCH_WANT_OLD_STAT
  475. #define __ARCH_WANT_STAT64
  476. #define __ARCH_WANT_SYS_ALARM
  477. #define __ARCH_WANT_SYS_GETHOSTNAME
  478. #define __ARCH_WANT_SYS_PAUSE
  479. #define __ARCH_WANT_SYS_SGETMASK
  480. #define __ARCH_WANT_SYS_SIGNAL
  481. #define __ARCH_WANT_SYS_TIME
  482. #define __ARCH_WANT_SYS_UTIME
  483. #define __ARCH_WANT_SYS_WAITPID
  484. #define __ARCH_WANT_SYS_SOCKETCALL
  485. #define __ARCH_WANT_SYS_FADVISE64
  486. #define __ARCH_WANT_SYS_GETPGRP
  487. #define __ARCH_WANT_SYS_LLSEEK
  488. #define __ARCH_WANT_SYS_NICE
  489. #define __ARCH_WANT_SYS_OLD_GETRLIMIT
  490. #define __ARCH_WANT_SYS_OLDUMOUNT
  491. #define __ARCH_WANT_SYS_SIGPENDING
  492. #define __ARCH_WANT_SYS_SIGPROCMASK
  493. #define __ARCH_WANT_SYS_RT_SIGACTION
  494. #endif
  495. #ifdef __KERNEL_SYSCALLS__
  496. /* Copy from sh */
  497. #include <linux/compiler.h>
  498. #include <linux/types.h>
  499. #include <asm/ptrace.h>
  500. /*
  501. * we need this inline - forking from kernel space will result
  502. * in NO COPY ON WRITE (!!!), until an execve is executed. This
  503. * is no problem, but for the stack. This is handled by not letting
  504. * main() use the stack at all after fork(). Thus, no function
  505. * calls - which means inline code for fork too, as otherwise we
  506. * would use the stack upon exit from 'fork()'.
  507. *
  508. * Actually only pause and fork are needed inline, so that there
  509. * won't be any messing with the stack from main(), but we define
  510. * some others too.
  511. */
  512. #define __NR__exit __NR_exit
  513. static inline _syscall0(int,pause)
  514. static inline _syscall1(int,setup,int,magic)
  515. static inline _syscall0(int,sync)
  516. static inline _syscall0(pid_t,setsid)
  517. static inline _syscall3(int,write,int,fd,const char *,buf,off_t,count)
  518. static inline _syscall3(int,read,int,fd,char *,buf,off_t,count)
  519. static inline _syscall3(off_t,lseek,int,fd,off_t,offset,int,count)
  520. static inline _syscall1(int,dup,int,fd)
  521. static inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
  522. static inline _syscall3(int,open,const char *,file,int,flag,int,mode)
  523. static inline _syscall1(int,close,int,fd)
  524. static inline _syscall1(int,_exit,int,exitcode)
  525. static inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
  526. static inline _syscall1(int,delete_module,const char *,name)
  527. static inline pid_t wait(int * wait_stat)
  528. {
  529. return waitpid(-1,wait_stat,0);
  530. }
  531. #endif
  532. /*
  533. * "Conditional" syscalls
  534. *
  535. * What we want is __attribute__((weak,alias("sys_ni_syscall"))),
  536. * but it doesn't work on all toolchains, so we just do it by hand
  537. */
  538. #ifndef cond_syscall
  539. #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall")
  540. #endif
  541. #endif /* __ASM_SH64_UNISTD_H */