aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-11-17 22:40:07 -0600
committerMark Johnston <markjdb@gmail.com>2020-11-23 22:18:21 -0500
commit1ab681a4bc3f87b09150fa23f9dd4e2c5f5c33cc (patch)
treec28f52cf364b795e49ff0f417100931af98fa733 /sys/linux
parent878fb17aeaf5e85e8be85fb4ed20890529dfb354 (diff)
sys/freebsd: add freebsd12_closefrom and close_range
close_range is generally equivalent to the Linux syscall by the same name, except that FreeBSD does not currently have any valid flags defined for it. Prior to FreeBSD 13, closefrom was redefined in terms of close_range in libc and closefrom was pushed to compat12. closefrom(fd) was generally equivalent to `close_range(fd, ~0U, 0)`.
Diffstat (limited to 'sys/linux')
0 files changed, 0 insertions, 0 deletions