~ubuntu-branches/ubuntu/saucy/golang/saucy

« back to all changes in this revision

Viewing changes to src/pkg/syscall/zsysnum_openbsd_amd64.go

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2013-07-08 05:52:37 UTC
  • mfrom: (29.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130708055237-at01839e0hp8z3ni
Tags: 2:1.1-1ubuntu1
016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// mksysnum_openbsd.pl 
 
1
// mksysnum_openbsd.pl
2
2
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
3
3
 
4
4
package syscall
11
11
        SYS_OPEN           = 5   // { int sys_open(const char *path, \
12
12
        SYS_CLOSE          = 6   // { int sys_close(int fd); }
13
13
        SYS_WAIT4          = 7   // { pid_t sys_wait4(pid_t pid, int *status, int options, \
 
14
        SYS___TFORK        = 8   // { int sys___tfork(const struct __tfork *param, \
14
15
        SYS_LINK           = 9   // { int sys_link(const char *path, const char *link); }
15
16
        SYS_UNLINK         = 10  // { int sys_unlink(const char *path); }
16
17
        SYS_CHDIR          = 12  // { int sys_chdir(const char *path); }
19
20
        SYS_CHMOD          = 15  // { int sys_chmod(const char *path, mode_t mode); }
20
21
        SYS_CHOWN          = 16  // { int sys_chown(const char *path, uid_t uid, \
21
22
        SYS_OBREAK         = 17  // { int sys_obreak(char *nsize); } break
 
23
        SYS_GETDTABLECOUNT = 18  // { int sys_getdtablecount(void); }
22
24
        SYS_GETPID         = 20  // { pid_t sys_getpid(void); }
23
25
        SYS_MOUNT          = 21  // { int sys_mount(const char *type, const char *path, \
24
26
        SYS_UNMOUNT        = 22  // { int sys_unmount(const char *path, int flags); }
111
113
        SYS_SETGID         = 181 // { int sys_setgid(gid_t gid); }
112
114
        SYS_SETEGID        = 182 // { int sys_setegid(gid_t egid); }
113
115
        SYS_SETEUID        = 183 // { int sys_seteuid(uid_t euid); }
114
 
        LFS_BMAPV          = 184 // { int lfs_bmapv(fsid_t *fsidp, \
115
 
        LFS_MARKV          = 185 // { int lfs_markv(fsid_t *fsidp, \
116
 
        LFS_SEGCLEAN       = 186 // { int lfs_segclean(fsid_t *fsidp, u_long segment); }
117
 
        LFS_SEGWAIT        = 187 // { int lfs_segwait(fsid_t *fsidp, struct timeval *tv); }
118
116
        SYS_PATHCONF       = 191 // { long sys_pathconf(const char *path, int name); }
119
117
        SYS_FPATHCONF      = 192 // { long sys_fpathconf(int fd, int name); }
120
118
        SYS_SWAPCTL        = 193 // { int sys_swapctl(int cmd, const void *arg, int misc); }
129
127
        SYS_MUNLOCK        = 204 // { int sys_munlock(const void *addr, size_t len); }
130
128
        SYS_FUTIMES        = 206 // { int sys_futimes(int fd, \
131
129
        SYS_GETPGID        = 207 // { pid_t sys_getpgid(pid_t pid); }
132
 
        SYS_NNPFSPIOCTL    = 208 // { int sys_nnpfspioctl(int operation, char *a_pathP, \
133
130
        SYS_SEMGET         = 221 // { int sys_semget(key_t key, int nsems, int semflg); }
134
131
        SYS_MSGGET         = 225 // { int sys_msgget(key_t key, int msgflg); }
135
132
        SYS_MSGSND         = 226 // { int sys_msgsnd(int msqid, const void *msgp, size_t msgsz, \
141
138
        SYS_CLOCK_GETRES   = 234 // { int sys_clock_getres(clockid_t clock_id, \
142
139
        SYS_NANOSLEEP      = 240 // { int sys_nanosleep(const struct timespec *rqtp, \
143
140
        SYS_MINHERIT       = 250 // { int sys_minherit(void *addr, size_t len, \
144
 
        SYS_RFORK          = 251 // { int sys_rfork(int flags); }
145
141
        SYS_POLL           = 252 // { int sys_poll(struct pollfd *fds, \
146
142
        SYS_ISSETUGID      = 253 // { int sys_issetugid(void); }
147
143
        SYS_LCHOWN         = 254 // { int sys_lchown(const char *path, uid_t uid, gid_t gid); }
201
197
        SYS_UNLINKAT       = 325 // { int sys_unlinkat(int fd, const char *path, \
202
198
        SYS_UTIMENSAT      = 326 // { int sys_utimensat(int fd, const char *path, \
203
199
        SYS_FUTIMENS       = 327 // { int sys_futimens(int fd, \
204
 
        SYS___TFORK        = 328 // { int sys___tfork(struct __tfork *param); }
205
200
        SYS___SET_TCB      = 329 // { void sys___set_tcb(void *tcb); }
206
201
        SYS___GET_TCB      = 330 // { void *sys___get_tcb(void); }
207
202
)