Home
last modified time | relevance | path

Searched refs:_fcntl (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Dtempfile.py43 import fcntl as _fcntl namespace
50 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0)
55 flags |= _fcntl.FD_CLOEXEC
56 _fcntl.fcntl(fd, _fcntl.F_SETFD, flags)