mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Rename module unistd to unistd-h.
* modules/unistd-h: Renamed from modules/unistd. * modules/unistd-h-tests: Renamed from modules/unistd-tests. * modules/unistd-h-c++-tests: Renamed from modules/unistd-c++-tests. * tests/test-unistd-h.c: Renamed from tests/test-unistd.c. * tests/test-unistd-h-c++.cc: Renamed from tests/test-unistd-c++.cc. * doc/posix-headers/unistd.texi: Update. * doc/posix-functions/_exit.texi: Update. * modules/* (Depends-on): Update. * modules/unistd: New file.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
|||||||
|
2024-12-27 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Rename module unistd to unistd-h.
|
||||||
|
* modules/unistd-h: Renamed from modules/unistd.
|
||||||
|
* modules/unistd-h-tests: Renamed from modules/unistd-tests.
|
||||||
|
* modules/unistd-h-c++-tests: Renamed from modules/unistd-c++-tests.
|
||||||
|
* tests/test-unistd-h.c: Renamed from tests/test-unistd.c.
|
||||||
|
* tests/test-unistd-h-c++.cc: Renamed from tests/test-unistd-c++.cc.
|
||||||
|
* doc/posix-headers/unistd.texi: Update.
|
||||||
|
* doc/posix-functions/_exit.texi: Update.
|
||||||
|
* modules/* (Depends-on): Update.
|
||||||
|
* modules/unistd: New file.
|
||||||
|
|
||||||
2024-12-27 Bruno Haible <bruno@clisp.org>
|
2024-12-27 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Rename module uchar-c23 to uchar-h-c23.
|
Rename module uchar-c23 to uchar-h-c23.
|
||||||
|
@@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/_exit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/_exit.html}
|
||||||
|
|
||||||
Gnulib module: unistd
|
Gnulib module: unistd-h
|
||||||
@mindex unistd
|
@mindex unistd-h
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/unistd.h.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/unistd.h.html}
|
||||||
|
|
||||||
Gnulib module: unistd
|
Gnulib module: unistd-h
|
||||||
@mindex unistd
|
@mindex unistd-h
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -7,7 +7,7 @@ m4/_Exit.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdlib-h
|
stdlib-h
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC__EXIT
|
gl_FUNC__EXIT
|
||||||
|
@@ -6,7 +6,7 @@ lib/access.c
|
|||||||
m4/access.m4
|
m4/access.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
fcntl
|
fcntl
|
||||||
stat
|
stat
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ tests/macros.h
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
file-has-acl-tests
|
file-has-acl-tests
|
||||||
read-file
|
read-file
|
||||||
unistd
|
unistd-h
|
||||||
xalloc
|
xalloc
|
||||||
test-framework-sh
|
test-framework-sh
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ limits-h
|
|||||||
readlink
|
readlink
|
||||||
ssize_t
|
ssize_t
|
||||||
stdint-h
|
stdint-h
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@ limits-h
|
|||||||
openat-die
|
openat-die
|
||||||
openat-h
|
openat-h
|
||||||
save-cwd
|
save-cwd
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_MODULE_INDICATOR([areadlinkat-with-size])
|
gl_MODULE_INDICATOR([areadlinkat-with-size])
|
||||||
|
@@ -11,7 +11,7 @@ fcntl-h
|
|||||||
intprops
|
intprops
|
||||||
open [case $host_os in mingw* | windows*) false;; *) :;; esac]
|
open [case $host_os in mingw* | windows*) false;; *) :;; esac]
|
||||||
sys_stat-h
|
sys_stat-h
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_REQUIRE([AC_CANONICAL_HOST])
|
AC_REQUIRE([AC_CANONICAL_HOST])
|
||||||
|
@@ -5,7 +5,7 @@ tests/test-atexit.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
test-framework-sh
|
test-framework-sh
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@ mempcpy
|
|||||||
raise
|
raise
|
||||||
sigsegv
|
sigsegv
|
||||||
stddef-h
|
stddef-h
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_C_STACK
|
gl_C_STACK
|
||||||
|
@@ -28,7 +28,7 @@ glibc-internal/scratch_buffer
|
|||||||
stat
|
stat
|
||||||
stdbool-h
|
stdbool-h
|
||||||
sys_stat-h
|
sys_stat-h
|
||||||
unistd
|
unistd-h
|
||||||
xalloc-die
|
xalloc-die
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -28,7 +28,7 @@ glibc-internal/scratch_buffer [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $RE
|
|||||||
stat [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
stat [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||||
stdbool-h [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
stdbool-h [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||||
sys_stat-h [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
sys_stat-h [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||||
unistd [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
unistd-h [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_CANONICALIZE_LGPL
|
gl_CANONICALIZE_LGPL
|
||||||
|
@@ -11,7 +11,7 @@ idx
|
|||||||
limits-h
|
limits-h
|
||||||
minmax
|
minmax
|
||||||
ssize_t
|
ssize_t
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_REQUIRE([AC_C_RESTRICT])
|
AC_REQUIRE([AC_C_RESTRICT])
|
||||||
|
@@ -4,7 +4,7 @@ chdir() function: switch to another current directory
|
|||||||
Files:
|
Files:
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_UNISTD_MODULE_INDICATOR([chdir])
|
gl_UNISTD_MODULE_INDICATOR([chdir])
|
||||||
|
@@ -8,7 +8,7 @@ m4/chdir-long.m4
|
|||||||
m4/pathmax.m4
|
m4/pathmax.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
pathmax
|
pathmax
|
||||||
chdir
|
chdir
|
||||||
assure [test $gl_cv_have_unlimited_file_name_length = no]
|
assure [test $gl_cv_have_unlimited_file_name_length = no]
|
||||||
|
@@ -7,7 +7,7 @@ lib/fchown-stub.c
|
|||||||
m4/chown.m4
|
m4/chown.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
fstat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
fstat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
||||||
open [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
open [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
||||||
stat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
stat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
||||||
|
@@ -11,7 +11,7 @@ stdbool-h
|
|||||||
clean-temp-simple
|
clean-temp-simple
|
||||||
list
|
list
|
||||||
asyncsafe-spin
|
asyncsafe-spin
|
||||||
unistd
|
unistd-h
|
||||||
lock
|
lock
|
||||||
thread-optim
|
thread-optim
|
||||||
error
|
error
|
||||||
|
@@ -11,7 +11,7 @@ c99
|
|||||||
stdbool-h
|
stdbool-h
|
||||||
list
|
list
|
||||||
asyncsafe-spin
|
asyncsafe-spin
|
||||||
unistd
|
unistd-h
|
||||||
lock
|
lock
|
||||||
once
|
once
|
||||||
thread-optim
|
thread-optim
|
||||||
|
@@ -6,7 +6,7 @@ lib/close.c
|
|||||||
m4/close.m4
|
m4/close.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
fd-hook [test $REPLACE_CLOSE = 1]
|
fd-hook [test $REPLACE_CLOSE = 1]
|
||||||
msvc-inval [test $REPLACE_CLOSE = 1]
|
msvc-inval [test $REPLACE_CLOSE = 1]
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ fflush
|
|||||||
gettext-h
|
gettext-h
|
||||||
gnulib-i18n
|
gnulib-i18n
|
||||||
stdbool-h
|
stdbool-h
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ error
|
|||||||
quotearg
|
quotearg
|
||||||
exitfail
|
exitfail
|
||||||
stdbool-h
|
stdbool-h
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -24,7 +24,7 @@ quote
|
|||||||
safe-read
|
safe-read
|
||||||
stat-time
|
stat-time
|
||||||
stdlib-h
|
stdlib-h
|
||||||
unistd
|
unistd-h
|
||||||
utimens
|
utimens
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ m4/copy-file-range.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
largefile
|
largefile
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_COPY_FILE_RANGE
|
gl_FUNC_COPY_FILE_RANGE
|
||||||
|
@@ -9,7 +9,7 @@ binary-io
|
|||||||
stdio-h
|
stdio-h
|
||||||
stdlib-h
|
stdlib-h
|
||||||
string-h
|
string-h
|
||||||
unistd
|
unistd-h
|
||||||
regex
|
regex
|
||||||
setlocale
|
setlocale
|
||||||
test-framework-sh
|
test-framework-sh
|
||||||
|
@@ -6,7 +6,7 @@ lib/dup.c
|
|||||||
m4/dup.m4
|
m4/dup.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
msvc-inval [test $REPLACE_DUP = 1]
|
msvc-inval [test $REPLACE_DUP = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -6,7 +6,7 @@ lib/dup2.c
|
|||||||
m4/dup2.m4
|
m4/dup2.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
msvc-inval [test $REPLACE_DUP2 = 1]
|
msvc-inval [test $REPLACE_DUP2 = 1]
|
||||||
msvc-nothrow [test $REPLACE_DUP2 = 1]
|
msvc-nothrow [test $REPLACE_DUP2 = 1]
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ lib/dup3.c
|
|||||||
m4/dup3.m4
|
m4/dup3.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
fcntl
|
fcntl
|
||||||
binary-io
|
binary-io
|
||||||
getdtablesize
|
getdtablesize
|
||||||
|
@@ -6,7 +6,7 @@ lib/eloop-threshold.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
minmax
|
minmax
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@ Files:
|
|||||||
m4/environ.m4
|
m4/environ.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -13,7 +13,7 @@ getprogname [test $COMPILE_ERROR_C = 1]
|
|||||||
gettext-h [test $COMPILE_ERROR_C = 1]
|
gettext-h [test $COMPILE_ERROR_C = 1]
|
||||||
gnulib-i18n [test $COMPILE_ERROR_C = 1]
|
gnulib-i18n [test $COMPILE_ERROR_C = 1]
|
||||||
strerror [test $COMPILE_ERROR_C = 1]
|
strerror [test $COMPILE_ERROR_C = 1]
|
||||||
unistd [test $COMPILE_ERROR_C = 1]
|
unistd-h [test $COMPILE_ERROR_C = 1]
|
||||||
msvc-nothrow [test $COMPILE_ERROR_C = 1]
|
msvc-nothrow [test $COMPILE_ERROR_C = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -6,7 +6,7 @@ lib/euidaccess.c
|
|||||||
m4/euidaccess.m4
|
m4/euidaccess.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
root-uid
|
root-uid
|
||||||
fcntl-h
|
fcntl-h
|
||||||
|
@@ -6,7 +6,7 @@ lib/execl.c
|
|||||||
m4/execl.m4
|
m4/execl.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
execv [test $REPLACE_EXECL = 1]
|
execv [test $REPLACE_EXECL = 1]
|
||||||
malloca [test $REPLACE_EXECL = 1]
|
malloca [test $REPLACE_EXECL = 1]
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ lib/execle.c
|
|||||||
m4/execle.m4
|
m4/execle.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
execve [test $REPLACE_EXECLE = 1]
|
execve [test $REPLACE_EXECLE = 1]
|
||||||
malloca [test $REPLACE_EXECLE = 1]
|
malloca [test $REPLACE_EXECLE = 1]
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ lib/execlp.c
|
|||||||
m4/execlp.m4
|
m4/execlp.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
execvp [test $REPLACE_EXECLP = 1]
|
execvp [test $REPLACE_EXECLP = 1]
|
||||||
malloca [test $REPLACE_EXECLP = 1]
|
malloca [test $REPLACE_EXECLP = 1]
|
||||||
|
|
||||||
|
@@ -32,7 +32,7 @@ posix_spawnattr_destroy
|
|||||||
stdbool-h
|
stdbool-h
|
||||||
stdlib-h
|
stdlib-h
|
||||||
sys_wait-h
|
sys_wait-h
|
||||||
unistd
|
unistd-h
|
||||||
wait-process
|
wait-process
|
||||||
windows-spawn
|
windows-spawn
|
||||||
xalloc-die
|
xalloc-die
|
||||||
|
@@ -17,7 +17,7 @@ msvc-inval
|
|||||||
read-file
|
read-file
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint-h
|
stdint-h
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
dnl Test for Linux system call close_range(), declared in <unistd.h>.
|
dnl Test for Linux system call close_range(), declared in <unistd.h>.
|
||||||
|
@@ -6,7 +6,7 @@ lib/execv.c
|
|||||||
m4/execv.m4
|
m4/execv.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
environ [test $REPLACE_EXECV = 1]
|
environ [test $REPLACE_EXECV = 1]
|
||||||
execve [test $REPLACE_EXECV = 1]
|
execve [test $REPLACE_EXECV = 1]
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ lib/execve.c
|
|||||||
m4/execve.m4
|
m4/execve.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
posix_spawn [test $REPLACE_EXECVE = 1]
|
posix_spawn [test $REPLACE_EXECVE = 1]
|
||||||
close [test $REPLACE_EXECVE = 1]
|
close [test $REPLACE_EXECVE = 1]
|
||||||
sys_wait-h [test $REPLACE_EXECVE = 1]
|
sys_wait-h [test $REPLACE_EXECVE = 1]
|
||||||
|
@@ -6,7 +6,7 @@ lib/execvp.c
|
|||||||
m4/execvp.m4
|
m4/execvp.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
environ [test $REPLACE_EXECVP = 1]
|
environ [test $REPLACE_EXECVP = 1]
|
||||||
execvpe [test $REPLACE_EXECVP = 1]
|
execvpe [test $REPLACE_EXECVP = 1]
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ lib/execvpe.c
|
|||||||
m4/execvpe.m4
|
m4/execvpe.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
free-posix [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
free-posix [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
||||||
stdbool-h [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
stdbool-h [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
||||||
|
@@ -7,7 +7,7 @@ lib/at-func.c
|
|||||||
m4/faccessat.m4
|
m4/faccessat.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
at-internal [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
|
at-internal [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
|
||||||
errno-h [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
|
errno-h [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
|
||||||
|
@@ -10,7 +10,7 @@ m4/sig_atomic_t.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
c99
|
c99
|
||||||
stdbool-h
|
stdbool-h
|
||||||
unistd
|
unistd-h
|
||||||
sigaction
|
sigaction
|
||||||
lock
|
lock
|
||||||
once
|
once
|
||||||
|
@@ -7,7 +7,7 @@ m4/fchdir.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
dirent-h
|
dirent-h
|
||||||
unistd
|
unistd-h
|
||||||
assure [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
assure [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||||
chdir [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
chdir [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||||
close [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
close [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||||
|
@@ -11,7 +11,7 @@ sys_stat-h
|
|||||||
extensions
|
extensions
|
||||||
errno-h [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
|
errno-h [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
|
||||||
fcntl-h [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
|
fcntl-h [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
|
||||||
unistd [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
|
unistd-h [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
|
||||||
intprops [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
|
intprops [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
|
||||||
c99 [test $REPLACE_FCHMODAT = 1]
|
c99 [test $REPLACE_FCHMODAT = 1]
|
||||||
at-internal [test $HAVE_FCHMODAT = 0]
|
at-internal [test $HAVE_FCHMODAT = 0]
|
||||||
|
@@ -7,7 +7,7 @@ lib/at-func.c
|
|||||||
m4/fchownat.m4
|
m4/fchownat.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
at-internal [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
|
at-internal [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
|
||||||
errno-h [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
|
errno-h [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
|
||||||
|
@@ -15,7 +15,7 @@ snippet/arg-nonnull
|
|||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
snippet/warn-on-use
|
snippet/warn-on-use
|
||||||
sys_types-h
|
sys_types-h
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FCNTL_H
|
gl_FCNTL_H
|
||||||
|
@@ -6,7 +6,7 @@ lib/fd-hook.h
|
|||||||
lib/fd-hook.c
|
lib/fd-hook.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ m4/fdatasync.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
fsync [test $HAVE_FDATASYNC = 0 || test $REPLACE_FDATASYNC = 1]
|
fsync [test $HAVE_FDATASYNC = 0 || test $REPLACE_FDATASYNC = 1]
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_FDATASYNC
|
gl_FUNC_FDATASYNC
|
||||||
|
@@ -12,7 +12,7 @@ fpurge [test $REPLACE_FFLUSH = 1]
|
|||||||
ftello [test $REPLACE_FFLUSH = 1]
|
ftello [test $REPLACE_FFLUSH = 1]
|
||||||
freading [test $REPLACE_FFLUSH = 1]
|
freading [test $REPLACE_FFLUSH = 1]
|
||||||
lseek [test $REPLACE_FFLUSH = 1]
|
lseek [test $REPLACE_FFLUSH = 1]
|
||||||
unistd [test $REPLACE_FFLUSH = 1]
|
unistd-h [test $REPLACE_FFLUSH = 1]
|
||||||
fseeko [test $REPLACE_FFLUSH = 1]
|
fseeko [test $REPLACE_FFLUSH = 1]
|
||||||
|
|
||||||
configure.ac-early:
|
configure.ac-early:
|
||||||
|
@@ -4,7 +4,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
fdopen
|
fdopen
|
||||||
msvc-inval
|
msvc-inval
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ tests/test-file-has-acl.c
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
test-framework-sh
|
test-framework-sh
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -3,7 +3,7 @@ tests/test-filemode.c
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@ xalloc
|
|||||||
xconcat-filename
|
xconcat-filename
|
||||||
access
|
access
|
||||||
stat
|
stat
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FINDPROG
|
gl_FINDPROG
|
||||||
|
@@ -16,7 +16,7 @@ access
|
|||||||
stat
|
stat
|
||||||
strdup-posix
|
strdup-posix
|
||||||
malloc-posix
|
malloc-posix
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FINDPROG_IN
|
gl_FINDPROG_IN
|
||||||
|
@@ -15,7 +15,7 @@ strdup
|
|||||||
concat-filename
|
concat-filename
|
||||||
access
|
access
|
||||||
stat
|
stat
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FINDPROG
|
gl_FINDPROG
|
||||||
|
@@ -4,7 +4,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
test-xfail
|
test-xfail
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -12,7 +12,7 @@ stdio-h
|
|||||||
largefile
|
largefile
|
||||||
fcntl-h [test $REPLACE_FOPEN = 1]
|
fcntl-h [test $REPLACE_FOPEN = 1]
|
||||||
stdbool-h [test $REPLACE_FOPEN = 1]
|
stdbool-h [test $REPLACE_FOPEN = 1]
|
||||||
unistd [test $REPLACE_FOPEN = 1]
|
unistd-h [test $REPLACE_FOPEN = 1]
|
||||||
close [test $REPLACE_FOPEN = 1]
|
close [test $REPLACE_FOPEN = 1]
|
||||||
fstat [test $REPLACE_FOPEN = 1]
|
fstat [test $REPLACE_FOPEN = 1]
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ fopen
|
|||||||
open [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
open [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||||
fcntl-h [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
fcntl-h [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||||
stdbool-h [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
stdbool-h [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||||
unistd [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
unistd-h [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||||
close [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
close [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||||
fstat [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
fstat [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ m4/pty.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
pty-h
|
pty-h
|
||||||
unistd
|
unistd-h
|
||||||
openpty
|
openpty
|
||||||
login_tty
|
login_tty
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
fdopen
|
fdopen
|
||||||
msvc-inval
|
msvc-inval
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
fdopen
|
fdopen
|
||||||
msvc-inval
|
msvc-inval
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
lseek
|
lseek
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
lseek
|
lseek
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ tests/test-freadseek.sh
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@ tests/test-free.c
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ largefile
|
|||||||
pathmax [test $REPLACE_FSTAT = 1]
|
pathmax [test $REPLACE_FSTAT = 1]
|
||||||
stat [test $REPLACE_FSTAT = 1]
|
stat [test $REPLACE_FSTAT = 1]
|
||||||
stat-time [test $REPLACE_FSTAT = 1]
|
stat-time [test $REPLACE_FSTAT = 1]
|
||||||
unistd [test $REPLACE_FSTAT = 1]
|
unistd-h [test $REPLACE_FSTAT = 1]
|
||||||
assert-h [test $REPLACE_FSTAT = 1]
|
assert-h [test $REPLACE_FSTAT = 1]
|
||||||
msvc-nothrow [test $REPLACE_FSTAT = 1]
|
msvc-nothrow [test $REPLACE_FSTAT = 1]
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ lib/fsync.c
|
|||||||
m4/fsync.m4
|
m4/fsync.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
msvc-nothrow [test $HAVE_FSYNC = 0]
|
msvc-nothrow [test $HAVE_FSYNC = 0]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -6,7 +6,7 @@ lib/ftruncate.c
|
|||||||
m4/ftruncate.m4
|
m4/ftruncate.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
sys_types-h
|
sys_types-h
|
||||||
largefile
|
largefile
|
||||||
msvc-nothrow [test $HAVE_FTRUNCATE = 0 || test $REPLACE_FTRUNCATE = 1]
|
msvc-nothrow [test $HAVE_FTRUNCATE = 0 || test $REPLACE_FTRUNCATE = 1]
|
||||||
|
@@ -4,7 +4,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
fdopen
|
fdopen
|
||||||
msvc-inval
|
msvc-inval
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ m4/mmap-anon.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint-h
|
stdint-h
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
getpagesize
|
getpagesize
|
||||||
open
|
open
|
||||||
|
@@ -8,7 +8,7 @@ m4/mmap-anon.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint-h
|
stdint-h
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
getpagesize
|
getpagesize
|
||||||
vma-iter
|
vma-iter
|
||||||
|
@@ -8,7 +8,7 @@ lib/get_ppid_of.c
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
extensions
|
extensions
|
||||||
sys_types-h
|
sys_types-h
|
||||||
unistd
|
unistd-h
|
||||||
open
|
open
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ lib/get_progname_of.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
extensions
|
extensions
|
||||||
unistd
|
unistd-h
|
||||||
open
|
open
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -9,7 +9,7 @@ m4/getcwd.m4
|
|||||||
m4/pathmax.m4
|
m4/pathmax.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
pathmax [test $REPLACE_GETCWD = 1]
|
pathmax [test $REPLACE_GETCWD = 1]
|
||||||
msvc-inval [test $REPLACE_GETCWD = 1]
|
msvc-inval [test $REPLACE_GETCWD = 1]
|
||||||
|
@@ -6,7 +6,7 @@ lib/getcwd-lgpl.c
|
|||||||
m4/getcwd.m4
|
m4/getcwd.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
free-posix [test $REPLACE_GETCWD = 1]
|
free-posix [test $REPLACE_GETCWD = 1]
|
||||||
strdup [test $REPLACE_GETCWD = 1]
|
strdup [test $REPLACE_GETCWD = 1]
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ lib/getdomainname.c
|
|||||||
m4/getdomainname.m4
|
m4/getdomainname.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
netdb-h [test $HAVE_DECL_GETDOMAINNAME = 0 || test $REPLACE_GETDOMAINNAME = 1]
|
netdb-h [test $HAVE_DECL_GETDOMAINNAME = 0 || test $REPLACE_GETDOMAINNAME = 1]
|
||||||
sys_socket-h [test $HAVE_DECL_GETDOMAINNAME = 0 || test $REPLACE_GETDOMAINNAME = 1]
|
sys_socket-h [test $HAVE_DECL_GETDOMAINNAME = 0 || test $REPLACE_GETDOMAINNAME = 1]
|
||||||
|
@@ -6,7 +6,7 @@ lib/getdtablesize.c
|
|||||||
m4/getdtablesize.m4
|
m4/getdtablesize.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
msvc-inval [test $HAVE_GETDTABLESIZE = 0]
|
msvc-inval [test $HAVE_GETDTABLESIZE = 0]
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ m4/getentropy.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
getrandom [test $HAVE_GETENTROPY = 0 || test $REPLACE_GETENTROPY = 1]
|
getrandom [test $HAVE_GETENTROPY = 0 || test $REPLACE_GETENTROPY = 1]
|
||||||
extensions
|
extensions
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_GETENTROPY
|
gl_FUNC_GETENTROPY
|
||||||
|
@@ -6,7 +6,7 @@ lib/getgroups.c
|
|||||||
m4/getgroups.m4
|
m4/getgroups.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
free-posix [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
|
free-posix [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
|
||||||
malloc-posix [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
|
malloc-posix [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
|
||||||
stdint-h [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
|
stdint-h [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
|
||||||
|
@@ -7,7 +7,7 @@ m4/gethostname.m4
|
|||||||
lib/w32sock.h
|
lib/w32sock.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
sys_socket-h [test $HAVE_GETHOSTNAME = 0]
|
sys_socket-h [test $HAVE_GETHOSTNAME = 0]
|
||||||
errno-h [test $HAVE_GETHOSTNAME = 0]
|
errno-h [test $HAVE_GETHOSTNAME = 0]
|
||||||
sockets [test $HAVE_GETHOSTNAME = 0]
|
sockets [test $HAVE_GETHOSTNAME = 0]
|
||||||
|
@@ -6,7 +6,7 @@ lib/getlogin.c
|
|||||||
m4/getlogin.m4
|
m4/getlogin.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_GETLOGIN
|
gl_FUNC_GETLOGIN
|
||||||
|
@@ -7,7 +7,7 @@ m4/getlogin_r.m4
|
|||||||
m4/getlogin.m4
|
m4/getlogin.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
malloca [test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1]
|
malloca [test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1]
|
||||||
memchr [test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1]
|
memchr [test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1]
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
dup2
|
dup2
|
||||||
setenv
|
setenv
|
||||||
stdbool-h
|
stdbool-h
|
||||||
unistd
|
unistd-h
|
||||||
unsetenv
|
unsetenv
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -15,7 +15,7 @@ m4/getopt.m4
|
|||||||
m4/sys_cdefs_h.m4
|
m4/sys_cdefs_h.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
include_next
|
include_next
|
||||||
gen-header
|
gen-header
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
dup2
|
dup2
|
||||||
setenv
|
setenv
|
||||||
stdbool-h
|
stdbool-h
|
||||||
unistd
|
unistd-h
|
||||||
unsetenv
|
unsetenv
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -6,7 +6,7 @@ lib/getpagesize.c
|
|||||||
m4/getpagesize.m4
|
m4/getpagesize.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_GETPAGESIZE
|
gl_FUNC_GETPAGESIZE
|
||||||
|
@@ -8,7 +8,7 @@ m4/getpass.m4
|
|||||||
m4/tcgetattr.m4
|
m4/tcgetattr.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
fopen-gnu
|
fopen-gnu
|
||||||
fseeko
|
fseeko
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
sys_stat-h
|
sys_stat-h
|
||||||
extensions
|
extensions
|
||||||
c99 [test $HAVE_GETUMASK = 0]
|
c99 [test $HAVE_GETUMASK = 0]
|
||||||
unistd [test $HAVE_GETUMASK = 0]
|
unistd-h [test $HAVE_GETUMASK = 0]
|
||||||
clean-temp [test $HAVE_GETUMASK = 0]
|
clean-temp [test $HAVE_GETUMASK = 0]
|
||||||
tempname [test $HAVE_GETUMASK = 0]
|
tempname [test $HAVE_GETUMASK = 0]
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ lib/getusershell.c
|
|||||||
m4/getusershell.m4
|
m4/getusershell.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
fopen [test $HAVE_GETUSERSHELL = 0 || test $REPLACE_GETUSERSHELL = 1]
|
fopen [test $HAVE_GETUSERSHELL = 0 || test $REPLACE_GETUSERSHELL = 1]
|
||||||
getline [test $HAVE_GETUSERSHELL = 0 || test $REPLACE_GETUSERSHELL = 1]
|
getline [test $HAVE_GETUSERSHELL = 0 || test $REPLACE_GETUSERSHELL = 1]
|
||||||
|
@@ -32,7 +32,7 @@ stdbool-h [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
|||||||
stdckdint-h [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
stdckdint-h [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
stdint-h [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
stdint-h [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
strdup [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
strdup [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
unistd [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
unistd-h [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
malloc-posix [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
malloc-posix [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -6,7 +6,7 @@ lib/group-member.c
|
|||||||
m4/group-member.m4
|
m4/group-member.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
getgroups [test $HAVE_GROUP_MEMBER = 0]
|
getgroups [test $HAVE_GROUP_MEMBER = 0]
|
||||||
malloc-gnu [test $HAVE_GROUP_MEMBER = 0]
|
malloc-gnu [test $HAVE_GROUP_MEMBER = 0]
|
||||||
|
@@ -7,7 +7,7 @@ lib/idpriv-drop.c
|
|||||||
m4/idpriv.m4
|
m4/idpriv.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ lib/idpriv-droptemp.c
|
|||||||
m4/idpriv.m4
|
m4/idpriv.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
extensions
|
extensions
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -9,7 +9,7 @@ m4/isapipe.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool-h [test $HAVE_ISAPIPE = 0]
|
stdbool-h [test $HAVE_ISAPIPE = 0]
|
||||||
sys_stat-h [test $HAVE_ISAPIPE = 0]
|
sys_stat-h [test $HAVE_ISAPIPE = 0]
|
||||||
unistd [test $HAVE_ISAPIPE = 0]
|
unistd-h [test $HAVE_ISAPIPE = 0]
|
||||||
msvc-nothrow [test $HAVE_ISAPIPE = 0]
|
msvc-nothrow [test $HAVE_ISAPIPE = 0]
|
||||||
fstat [test $HAVE_ISAPIPE = 0]
|
fstat [test $HAVE_ISAPIPE = 0]
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ lib/isatty.c
|
|||||||
m4/isatty.m4
|
m4/isatty.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
msvc-inval [test $REPLACE_ISATTY = 1]
|
msvc-inval [test $REPLACE_ISATTY = 1]
|
||||||
msvc-nothrow [test $REPLACE_ISATTY = 1]
|
msvc-nothrow [test $REPLACE_ISATTY = 1]
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
pipe-posix
|
pipe-posix
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ lib/javacomp.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool-h
|
stdbool-h
|
||||||
unistd
|
unistd-h
|
||||||
javaversion
|
javaversion
|
||||||
execute
|
execute
|
||||||
spawn-pipe
|
spawn-pipe
|
||||||
|
@@ -14,7 +14,7 @@ intprops [test $HAVE_LCHMOD = 0]
|
|||||||
lstat [test $HAVE_LCHMOD = 0]
|
lstat [test $HAVE_LCHMOD = 0]
|
||||||
readlink [test $HAVE_LCHMOD = 0]
|
readlink [test $HAVE_LCHMOD = 0]
|
||||||
sys_stat-h
|
sys_stat-h
|
||||||
unistd [test $HAVE_LCHMOD = 0]
|
unistd-h [test $HAVE_LCHMOD = 0]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_LCHMOD
|
gl_FUNC_LCHMOD
|
||||||
|
@@ -6,7 +6,7 @@ lib/lchown.c
|
|||||||
m4/lchown.m4
|
m4/lchown.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd-h
|
||||||
readlink [test $HAVE_LCHOWN = 0]
|
readlink [test $HAVE_LCHOWN = 0]
|
||||||
chown [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
|
chown [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
|
||||||
errno-h [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
|
errno-h [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user