看板 DFBSD_commit 關於我們 聯絡資訊
On Fri, Apr 08, 2005 at 01:31:06AM -0700, Joerg Sonnenberger wrote: > joerg 2005/04/08 01:31:06 PDT > > DragonFly src repository > > Modified files: > sys/kern kern_descrip.c syscalls.master > sys/sys kern_syscall.h > Log: > Add closefrom(2) syscall. It closes all file descriptors equal or greater > than the given descriptor. > > This function does exit and return EINTR, when necessary. Other errors from > close() are ignored. I'm not sure if that is the best semantic or not. I'm open for suggestions. Joerg