Import selfpipe code from skalibs 1.2.5
[andersk@mit.edu: Move code to new third/libstddjb directory]
This commit is contained in:
committed by
Keith Winstein
parent
9a3ab83783
commit
77f3a9073f
@@ -0,0 +1,11 @@
|
||||
/* ISC license. */
|
||||
|
||||
#include <fcntl.h>
|
||||
#include "djbunix.h"
|
||||
|
||||
int coe (int fd)
|
||||
{
|
||||
register int flags = fcntl(fd, F_GETFD, 0) ;
|
||||
if (flags < 0) return -1 ;
|
||||
return fcntl(fd, F_SETFD, flags | FD_CLOEXEC) ;
|
||||
}
|
||||
Reference in New Issue
Block a user