Skip to content

Commit 5c1f3d6

Browse files
committed
probe: three more names the file-system interface needs
1 parent 601cee0 commit 5c1f3d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/numbers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
open openat openat_nocancel renameat faccessat unlinkat \
4747
readlinkat mkdirat rmdir unlink mkdir rename access \
4848
ulock_wait ulock_wake __ulock_wait __ulock_wake \
49+
futimens utimensat futimes utimes settimeofday \
50+
fchmod fchmodat fcntl \
4951
pipe sigaction; do
5052
printf '%-24s' "$n"
5153
grep -E "^#define[[:space:]]+SYS_${n}[[:space:]]" "$h" | head -1 || echo '(absent)'

0 commit comments

Comments
 (0)