File: syscall-sh.h

package info (click to toggle)
libaio 0.3.113-8
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,404 kB
  • sloc: ansic: 956; makefile: 150; sh: 45
file content (6 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
/* Copy from ./arch/sh/include/asm/unistd_32.h */
#define __NR_io_setup       245
#define __NR_io_destroy     246
#define __NR_io_getevents   247
#define __NR_io_submit      248
#define __NR_io_cancel      249