summaryrefslogtreecommitdiff
path: root/lib/cloexec.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-03 22:01:56 +0000
committerJim Meyering <jim@meyering.net>2004-03-03 22:01:56 +0000
commit534ec4c80099a235d106d3ddfa634d84f679ccf8 (patch)
treee66105b2e6b42b7d6bac13bda643f9d92780ca1e /lib/cloexec.h
parentf0970dc4a87242a4a934b8bc5e285cfa4d7cfab0 (diff)
downloadcoreutils-534ec4c80099a235d106d3ddfa634d84f679ccf8.tar.xz
from Dmitry V. Levin
Diffstat (limited to 'lib/cloexec.h')
-rw-r--r--lib/cloexec.h1
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);