diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-03 22:01:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-03 22:01:56 +0000 |
commit | 534ec4c80099a235d106d3ddfa634d84f679ccf8 (patch) | |
tree | e66105b2e6b42b7d6bac13bda643f9d92780ca1e /lib | |
parent | f0970dc4a87242a4a934b8bc5e285cfa4d7cfab0 (diff) | |
download | coreutils-534ec4c80099a235d106d3ddfa634d84f679ccf8.tar.xz |
from Dmitry V. Levin
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cloexec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cloexec.h b/lib/cloexec.h new file mode 100644 index 000000000..d4f8109bc --- /dev/null +++ b/lib/cloexec.h @@ -0,0 +1 @@ +int set_cloexec_flag (int desc, int value); |