| | Date | Sun, 1 Apr 2012 21:28:26 +0300 | | From | Valentin Nechayev <> | | Subject | Re: [PATCH] nextfd(2) |
| |
Sun, Apr 01, 2012 at 15:57:42, adobriyan wrote about "[PATCH] nextfd(2)":
> So, don't add closefrom(2), add nextfd(2). > > int nextfd(int fd)
Is it really needed here to create syscall? One shall update all arch lists for it. Instead, adding a new option for fcntl() (named e.g. F_NEXTFD) solves for all platforms simultaneously.
-netch-
|