1
0
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:
Kyle Evans 2020-04-24 01:30:00 +00:00
parent ca9cba33a5
commit 3e6b82913d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=360236
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -3227,7 +3227,7 @@
int flags
);
}
575 AUE_NULL STD {
575 AUE_CLOSERANGE STD {
int close_range(
u_int lowfd,
u_int highfd,