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
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); } 573 AUE_NULL NOPROTO { int sigfastblock(int cmd, uint32_t *ptr); }
574 AUE_REALPATHAT NOPROTO { int __realpathat(int fd, const char *path, \ 574 AUE_REALPATHAT NOPROTO { int __realpathat(int fd, const char *path, \
char *buf, size_t size, int flags); } 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); } int flags); }
; vim: syntax=off ; vim: syntax=off

View File

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