Skip to content

Commit 983b70e

Browse files
committed
[libc] adding linux SYS_fchmodat2 syscall.
1 parent 0c032fd commit 983b70e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libc/config/linux/syscall_numbers.h.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@
338338
#define SYS_fchmodat __NR_fchmodat
339339
#endif
340340

341+
#ifdef __NR_fchmodat2
342+
#define SYS_fchmodat2 __NR_fchmodat2
343+
#endif
344+
341345
#ifdef __NR_fchown
342346
#define SYS_fchown __NR_fchown
343347
#endif

0 commit comments

Comments
 (0)