aboutsummaryrefslogtreecommitdiffstats
path: root/sys/sys.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-09-04 19:53:03 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-09-04 20:25:22 +0200
commitd878c4ff43fe76b2c85851a627a4bcf51da51f41 (patch)
treed5636fb74833f238984a3d0c9e2cfdf78ea5924d /sys/sys.txt
parentb5c52176235863a60c343e60d63421e9872b4810 (diff)
sys: minor fixes for statx and sigevent
Diffstat (limited to 'sys/sys.txt')
-rw-r--r--sys/sys.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys.txt b/sys/sys.txt
index fed6e6aab..9c67cdc45 100644
--- a/sys/sys.txt
+++ b/sys/sys.txt
@@ -87,7 +87,7 @@ vmsplice(fd fd, vec ptr[in, array[iovec_in]], vlen len[vec], f flags[splice_flag
sendfile(fdout fd, fdin fd, off ptr[inout, fileoff[int64], opt], count int64)
stat(file ptr[in, filename], statbuf ptr[out, stat])
-statx(dfd int64, file ptr[in, filename], flags flags[statx_flags], mask flags[statx_mask], statxbuf ptr[out, statx])
+statx(fd fd_dir, file ptr[in, filename], flags flags[statx_flags], mask flags[statx_mask], statxbuf ptr[out, statx])
lstat(file ptr[in, filename], statbuf ptr[out, stat])
fstat(fd fd, statbuf ptr[out, stat])
@@ -625,14 +625,14 @@ iocb {
}
sigevent {
- val intptr
+ val const[0, intptr]
signo signalno
notify flags[sigev_notify, int32]
u sigevent_u
+ pad array[const[0, int64], 8]
}
sigevent_u [
- pad array[int64, 8]
tid pid
thr sigevent_thread
]