mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00:00
close_range(2): use newly assigned AUE_CLOSERANGE
This commit is contained in:
parent
ca9cba33a5
commit
3e6b82913d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=360236
@ -1162,7 +1162,7 @@
|
||||
573 AUE_NULL NOPROTO { int sigfastblock(int cmd, uint32_t *ptr); }
|
||||
574 AUE_REALPATHAT NOPROTO { int __realpathat(int fd, const char *path, \
|
||||
char *buf, size_t size, int flags); }
|
||||
575 AUE_NULL NOPROTO { int close_range(u_int lowfd, u_int highfd, \
|
||||
575 AUE_CLOSERANGE NOPROTO { int close_range(u_int lowfd, u_int highfd, \
|
||||
int flags); }
|
||||
|
||||
; vim: syntax=off
|
||||
|
@ -3227,7 +3227,7 @@
|
||||
int flags
|
||||
);
|
||||
}
|
||||
575 AUE_NULL STD {
|
||||
575 AUE_CLOSERANGE STD {
|
||||
int close_range(
|
||||
u_int lowfd,
|
||||
u_int highfd,
|
||||
|
Loading…
Reference in New Issue
Block a user