https://github.com/git/git
Raw File
Tip revision: 47b6d90e91835082010da926f6a844d4441c57a6 authored by Johannes Schindelin on 10 April 2024, 18:37:40 UTC
Git 2.39.4
Tip revision: 47b6d90
nonblock.h
#ifndef COMPAT_NONBLOCK_H
#define COMPAT_NONBLOCK_H

/*
 * Enable non-blocking I/O for the pipe specified by the passed-in descriptor.
 */
int enable_pipe_nonblock(int fd);

#endif
back to top