aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 47a42020d2c6..8a61610daf06 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -3218,6 +3218,15 @@
_Inout_opt_ uint32_t *ptr
);
}
+574 AUE_REALPATHAT STD {
+ int __realpathat(
+ int fd,
+ _In_z_ const char *path,
+ _Out_writes_z_(size) char *buf,
+ size_t size,
+ int flags
+ );
+ }
; Please copy any additions and changes to the following compatability tables:
; sys/compat/freebsd32/syscalls.master