There was an error while loading. Please reload this page.
1 parent 601cee0 commit 5c1f3d6Copy full SHA for 5c1f3d6
1 file changed
.github/workflows/numbers.yml
@@ -46,6 +46,8 @@ jobs:
46
open openat openat_nocancel renameat faccessat unlinkat \
47
readlinkat mkdirat rmdir unlink mkdir rename access \
48
ulock_wait ulock_wake __ulock_wait __ulock_wake \
49
+ futimens utimensat futimes utimes settimeofday \
50
+ fchmod fchmodat fcntl \
51
pipe sigaction; do
52
printf '%-24s' "$n"
53
grep -E "^#define[[:space:]]+SYS_${n}[[:space:]]" "$h" | head -1 || echo '(absent)'
0 commit comments