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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
posix_spawn-internal
blob
a0b57fae2b23cab786a82ca6462de6475ab58943
1
Description:
2
posix_spawn internals.
3
4
Files:
5
lib/spawni.c
6
lib/spawn_int.h
7
m4/posix_spawn.m4
8
9
Depends-on:
10
spawn
11
alloca-opt
12
dup2
13
errno
14
open
15
sh-filename
16
strchrnul
17
18
configure.ac:
19
gl_POSIX_SPAWN
20
if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
21
AC_LIBOBJ([spawni])
22
gl_PREREQ_POSIX_SPAWN_INTERNAL
23
fi
24
25
Makefile.am:
26
27
Include:
28
29
License:
30
LGPLv2+
31
32
Maintainer:
33
glibc