source: rtems/c/src/lib/libbsp/sh/simsh4/include/syscall.h @ 364d75b

4.104.114.84.95
Last change on this file since 364d75b was cd67dca, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 21:04:35

2001-10-11 Alexandra Kossovsky <sasha@…>

  • clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am, README, bsp_specs, console/Makefile.am, console/console.c, console/.cvsignore, include/Makefile.am, include/bsp.h, include/coverhd.h, include/syscall.h, include/ramdisk.h, include/.cvsignore, start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/hw_init.c, startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am, timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore, configure.ac, .cvsignore, ChangeLog?: New files. Reviewed and updated to latest automake and autoconf standards by Ralf Corsepius <corsepiu@…>.
  • Property mode set to 100644
File size: 612 bytes
Line 
1#define SYS_exit        1
2#define SYS_fork        2
3
4#define SYS_read        3
5#define SYS_write       4
6#define SYS_open        5
7#define SYS_close       6
8#define SYS_wait4       7
9#define SYS_creat       8
10#define SYS_link        9
11#define SYS_unlink      10
12#define SYS_execv       11
13#define SYS_chdir       12
14#define SYS_mknod       14
15#define SYS_chmod       15
16#define SYS_chown       16
17#define SYS_lseek       19
18#define SYS_getpid      20
19#define SYS_isatty      21
20#define SYS_fstat       22
21#define SYS_time        23
22
23
24#define SYS_ARG         24
25#define SYS_stat        38
26
27#define SYS_pipe        42
28#define SYS_execve      59
29
30#define SYS_utime       201 /* not really a system call */
31#define SYS_wait        202 /* nor is this */
Note: See TracBrowser for help on using the repository browser.