repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
posix_spawnattr_init
blob
c0f2ade66205711b6f0b9eaf8100c895593b16bd
1
Description:
2
posix_spawnattr_init() function: initialize child process attributes
3
specification.
4
5
Files:
6
lib/spawnattr_init.c
7
m4/posix_spawn.m4
8
9
Depends-on:
10
spawn
11
12
configure.ac:
13
gl_POSIX_SPAWN
14
if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
15
AC_LIBOBJ([spawnattr_init])
16
fi
17
gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_init])
18
19
Makefile.am:
20
21
Include:
22
<spawn.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
glibc