This website requires JavaScript.
Explore
Help
Sign In
CC-tea
/
coreutils
Watch
1
Star
0
Fork
0
You've already forked coreutils
mirror of
git://git.sv.gnu.org/coreutils.git
synced
2026-04-20 10:51:48 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
ca6207e2f9aa7fa8c4b50765ea58b4f50488dc08
coreutils
/
lib
/
cloexec.h
3 lines
66 B
C
Raw
Normal View
History
Unescape
Escape
Include <stdbool.h>. Adjust signature to use `bool' rather than `int'.
2004-03-04 08:49:10 +00:00
#
include
<stdbool.h>
Sync from gnulib.
2004-04-04 06:51:11 +00:00
int
set_cloexec_flag
(
int
desc
,
bool
value
)
;
Reference in New Issue
Copy Permalink