Mercurial > hg > octave-kai > gnulib-hg
annotate lib/cloexec.h @ 5940:5e3f37f5f1d4
2005-06-25 Simon Josefsson <jas@extundo.com>
* modules/check-version: New file.
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Tue, 28 Jun 2005 09:50:35 +0000 |
parents | 87f0b7b6d498 |
children | f203ad5f7ea8 |
rev | line source |
---|---|
4979
6b9af4133e6f
Merge changes to getloadavg.c from coreutils and Emacs; this
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
1 #include <stdbool.h> |
4982
87f0b7b6d498
cloexec returns int not bool, to be more consistent with Unix conventions.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4979
diff
changeset
|
2 int set_cloexec_flag (int desc, bool value); |