Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
8efb70f9
Commit
8efb70f9
authored
Aug 05, 2012
by
Benny Siegert
Committed by
Russ Cox
Aug 05, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
syscall: add some new syscall numbers from NetBSD-current
R=golang-dev CC=golang-dev
https://golang.org/cl/6454100
parent
77f3e189
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
zsysnum_netbsd_386.go
src/pkg/syscall/zsysnum_netbsd_386.go
+4
-0
zsysnum_netbsd_amd64.go
src/pkg/syscall/zsysnum_netbsd_amd64.go
+4
-0
No files found.
src/pkg/syscall/zsysnum_netbsd_386.go
View file @
8efb70f9
...
...
@@ -271,4 +271,8 @@ const (
SYS_SYMLINKAT
=
470
// { int|sys||symlinkat(const char *path1, int fd, const char *path2); }
SYS_UNLINKAT
=
471
// { int|sys||unlinkat(int fd, const char *path, int flag); }
SYS_FUTIMENS
=
472
// { int|sys||futimens(int fd, const struct timespec *tptr); }
SYS___QUOTACTL
=
473
// { int|sys||__quotactl(const char *path, struct quotactl_args *args); }
SYS_POSIX_SPAWN
=
474
// { int|sys||posix_spawn(pid_t *pid, const char *path, const struct posix_spawn_file_actions *file_actions, const struct posix_spawnattr *attrp, char *const *argv, char *const *envp); }
SYS_RECVMMSG
=
475
// { int|sys||recvmmsg(int s, struct mmsghdr *mmsg, unsigned int vlen, unsigned int flags, struct timespec *timeout); }
SYS_SENDMMSG
=
476
// { int|sys||sendmmsg(int s, struct mmsghdr *mmsg, unsigned int vlen, unsigned int flags); }
)
src/pkg/syscall/zsysnum_netbsd_amd64.go
View file @
8efb70f9
...
...
@@ -271,4 +271,8 @@ const (
SYS_SYMLINKAT
=
470
// { int|sys||symlinkat(const char *path1, int fd, const char *path2); }
SYS_UNLINKAT
=
471
// { int|sys||unlinkat(int fd, const char *path, int flag); }
SYS_FUTIMENS
=
472
// { int|sys||futimens(int fd, const struct timespec *tptr); }
SYS___QUOTACTL
=
473
// { int|sys||__quotactl(const char *path, struct quotactl_args *args); }
SYS_POSIX_SPAWN
=
474
// { int|sys||posix_spawn(pid_t *pid, const char *path, const struct posix_spawn_file_actions *file_actions, const struct posix_spawnattr *attrp, char *const *argv, char *const *envp); }
SYS_RECVMMSG
=
475
// { int|sys||recvmmsg(int s, struct mmsghdr *mmsg, unsigned int vlen, unsigned int flags, struct timespec *timeout); }
SYS_SENDMMSG
=
476
// { int|sys||sendmmsg(int s, struct mmsghdr *mmsg, unsigned int vlen, unsigned int flags); }
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment