File: //lib64/python3.6/site-packages/zmq/eventloop/minitornado/platform/__pycache__/posix.cpython-36.pyc
3
VS�_2 � @ s^ d Z ddlmZmZmZmZ ddlZddlZddlm Z dd� Z
dd � ZG d
d� de j�ZdS )z9Posix implementations of platform-specific functionality.� )�absolute_import�division�print_function�with_statementN� )� interfacec C s( t j | t j�}t j | t j|t jB � d S )N)�fcntlZF_GETFDZF_SETFDZ
FD_CLOEXEC)�fd�flags� r �/usr/lib64/python3.6/posix.py�set_close_exec s r
c C s( t j | t j�}t j | t j|tjB � d S )N)r ZF_GETFLZF_SETFL�os�
O_NONBLOCK)r r
r r r �_set_nonblocking s r c @ s<