mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-03 23:13:50 +08:00
3 lines
66 B
C
3 lines
66 B
C
#include <stdbool.h>
|
|
int set_cloexec_flag (int desc, bool value);
|