1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

Rename module errno to errno-h.

* modules/errno-h: Renamed from modules/errno.
* modules/errno-h-tests: Renamed from modules/errno-tests.
* modules/errno-h-c++-tests: Renamed from modules/errno-c++-tests.
* tests/test-errno-h.c: Renamed from tests/test-errno.c.
* tests/test-errno-h-c++.cc: Renamed from tests/test-errno-c++.cc.
* tests/test-errno-h-c++2.cc: Renamed from tests/test-errno-c++2.cc.
* doc/posix-headers/errno.texi: Update.
* modules/* (Depends-on): Update.
* modules/errno: New file.
This commit is contained in:
Bruno Haible
2024-12-27 23:14:03 +01:00
parent 604083f443
commit e1280386c6
144 changed files with 239 additions and 201 deletions

View File

@@ -1,3 +1,16 @@
2024-12-27 Bruno Haible <bruno@clisp.org>
Rename module errno to errno-h.
* modules/errno-h: Renamed from modules/errno.
* modules/errno-h-tests: Renamed from modules/errno-tests.
* modules/errno-h-c++-tests: Renamed from modules/errno-c++-tests.
* tests/test-errno-h.c: Renamed from tests/test-errno.c.
* tests/test-errno-h-c++.cc: Renamed from tests/test-errno-c++.cc.
* tests/test-errno-h-c++2.cc: Renamed from tests/test-errno-c++2.cc.
* doc/posix-headers/errno.texi: Update.
* modules/* (Depends-on): Update.
* modules/errno: New file.
2024-12-27 Bruno Haible <bruno@clisp.org> 2024-12-27 Bruno Haible <bruno@clisp.org>
Rename module dirent to dirent-h. Rename module dirent to dirent-h.

View File

@@ -3,8 +3,8 @@
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/errno.h.html} POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/errno.h.html}
Gnulib module: errno Gnulib module: errno-h
@mindex errno @mindex errno-h
Portability problems fixed by Gnulib: Portability problems fixed by Gnulib:
@itemize @itemize

View File

@@ -9,7 +9,7 @@ Depends-on:
extensions extensions
sys_socket sys_socket
socketlib socketlib
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]
configure.ac: configure.ac:

View File

@@ -11,7 +11,7 @@ areadlink
careadlinkat careadlinkat
readlinkat readlinkat
at-internal at-internal
errno errno-h
extensions extensions
fchdir fchdir
fcntl-h fcntl-h

View File

@@ -11,7 +11,7 @@ areadlink-with-size
stdint stdint
readlinkat readlinkat
at-internal at-internal
errno errno-h
extensions extensions
fchdir fchdir
fcntl-h fcntl-h

View File

@@ -6,7 +6,7 @@ lib/openat-priv.h
lib/openat-proc.c lib/openat-proc.c
Depends-on: Depends-on:
errno errno-h
fcntl-h fcntl-h
intprops intprops
open [case $host_os in mingw* | windows*) false;; *) :;; esac] open [case $host_os in mingw* | windows*) false;; *) :;; esac]

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on: Depends-on:
sys_socket sys_socket
socketlib socketlib
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]
configure.ac: configure.ac:

View File

@@ -12,7 +12,7 @@ Depends-on:
attribute attribute
c-ctype c-ctype
c99 c99
errno errno-h
extensions extensions
intprops intprops
libc-config libc-config

View File

@@ -8,7 +8,7 @@ m4/c-stack.m4
Depends-on: Depends-on:
c99 c99
errno errno-h
exitfail exitfail
getprogname getprogname
gettext-h gettext-h

View File

@@ -32,7 +32,7 @@ nocrash
printf-safe printf-safe
alloca-opt alloca-opt
xsize xsize
errno errno-h
memchr memchr
multiarch multiarch
mbszero mbszero

View File

@@ -10,7 +10,7 @@ m4/lstat.m4
Depends-on: Depends-on:
attribute attribute
double-slash-root double-slash-root
errno errno-h
extensions extensions
fcntl-h fcntl-h
file-set file-set

View File

@@ -13,7 +13,7 @@ stdlib
nocrash nocrash
double-slash-root [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1] double-slash-root [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
eloop-threshold [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1] eloop-threshold [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
errno [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1] errno-h [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
fcntl-h [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1] fcntl-h [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
filename [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1] filename [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
idx [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1] idx [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]

View File

@@ -9,7 +9,7 @@ m4/cond.m4
Depends-on: Depends-on:
threadlib threadlib
lock lock
errno errno-h
extern-inline extern-inline
stdbool stdbool
time-h time-h

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on: Depends-on:
sys_socket sys_socket
socketlib socketlib
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]
configure.ac: configure.ac:

View File

@@ -9,7 +9,7 @@ m4/dirfd.m4
Depends-on: Depends-on:
dirent-h dirent-h
extensions extensions
errno [test $HAVE_DIRFD = 0 || test $REPLACE_DIRFD = 1] errno-h [test $HAVE_DIRFD = 0 || test $REPLACE_DIRFD = 1]
configure.ac: configure.ac:
gl_FUNC_DIRFD gl_FUNC_DIRFD

View File

@@ -9,7 +9,7 @@ Depends-on:
stdio stdio
vdzprintf [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1] vdzprintf [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1]
intprops [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1] intprops [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1]
errno [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1] errno-h [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1]
configure.ac: configure.ac:
gl_FUNC_DPRINTF gl_FUNC_DPRINTF

View File

@@ -11,7 +11,7 @@ vasnprintf
intprops intprops
free-posix free-posix
full-write full-write
errno errno-h
configure.ac: configure.ac:
gl_STDIO_MODULE_INDICATOR([dzprintf]) gl_STDIO_MODULE_INDICATOR([dzprintf])

View File

@@ -1,47 +1,20 @@
Description: Description:
A POSIX-like <errno.h>. A POSIX-like <errno.h>.
Status:
deprecated
Notice:
This module is deprecated. Use the module 'errno-h' instead.
Files: Files:
lib/errno.in.h
m4/errno_h.m4
Depends-on: Depends-on:
gen-header errno-h
include_next
extensions-aix
configure.ac: configure.ac:
gl_HEADER_ERRNO_H
gl_CONDITIONAL_HEADER([errno.h])
AC_PROG_MKDIR_P
Makefile.am: Makefile.am:
BUILT_SOURCES += $(ERRNO_H)
# We need the following in order to create <errno.h> when the system
# doesn't have one that is POSIX compliant.
if GL_GENERATE_ERRNO_H
errno.h: errno.in.h $(top_builddir)/config.status
@NMD@ $(AM_V_GEN)$(MKDIR_P) '%reldir%'
$(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
-e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
-e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
-e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
-e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
-e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
-e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
$(srcdir)/errno.in.h > $@-t
$(AM_V_at)mv $@-t $@
else
errno.h: $(top_builddir)/config.status
rm -f $@
endif
MOSTLYCLEANFILES += errno.h errno.h-t
Include: Include:
<errno.h> <errno.h>
@@ -50,4 +23,3 @@ License:
LGPLv2+ LGPLv2+
Maintainer: Maintainer:
all

View File

@@ -1,18 +0,0 @@
Files:
tests/test-errno-c++.cc
tests/test-errno-c++2.cc
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-errno-c++
check_PROGRAMS += test-errno-c++
test_errno_c___SOURCES = test-errno-c++.cc test-errno-c++2.cc
endif

53
modules/errno-h Normal file
View File

@@ -0,0 +1,53 @@
Description:
A POSIX-like <errno.h>.
Files:
lib/errno.in.h
m4/errno_h.m4
Depends-on:
gen-header
include_next
extensions-aix
configure.ac:
gl_HEADER_ERRNO_H
gl_CONDITIONAL_HEADER([errno.h])
AC_PROG_MKDIR_P
Makefile.am:
BUILT_SOURCES += $(ERRNO_H)
# We need the following in order to create <errno.h> when the system
# doesn't have one that is POSIX compliant.
if GL_GENERATE_ERRNO_H
errno.h: errno.in.h $(top_builddir)/config.status
@NMD@ $(AM_V_GEN)$(MKDIR_P) '%reldir%'
$(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
-e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
-e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
-e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
-e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
-e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
-e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
$(srcdir)/errno.in.h > $@-t
$(AM_V_at)mv $@-t $@
else
errno.h: $(top_builddir)/config.status
rm -f $@
endif
MOSTLYCLEANFILES += errno.h errno.h-t
Include:
<errno.h>
License:
LGPLv2+
Maintainer:
all

18
modules/errno-h-c++-tests Normal file
View File

@@ -0,0 +1,18 @@
Files:
tests/test-errno-h-c++.cc
tests/test-errno-h-c++2.cc
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-errno-h-c++
check_PROGRAMS += test-errno-h-c++
test_errno_h_c___SOURCES = test-errno-h-c++.cc test-errno-h-c++2.cc
endif

13
modules/errno-h-tests Normal file
View File

@@ -0,0 +1,13 @@
Files:
tests/test-errno-h.c
Depends-on:
assert-h
c99
errno-h-c++-tests
configure.ac:
Makefile.am:
TESTS += test-errno-h
check_PROGRAMS += test-errno-h

View File

@@ -1,13 +0,0 @@
Files:
tests/test-errno.c
Depends-on:
assert-h
c99
errno-c++-tests
configure.ac:
Makefile.am:
TESTS += test-errno
check_PROGRAMS += test-errno

View File

@@ -10,7 +10,7 @@ Depends-on:
unistd unistd
extensions extensions
at-internal [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1] at-internal [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
errno [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1] errno-h [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
fchdir [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1] fchdir [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
fcntl-h [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1] fcntl-h [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
filename [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1] filename [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]

View File

@@ -9,7 +9,7 @@ m4/fchmodat.m4
Depends-on: Depends-on:
sys_stat sys_stat
extensions extensions
errno [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 [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]

View File

@@ -10,7 +10,7 @@ Depends-on:
unistd unistd
extensions extensions
at-internal [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] at-internal [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
errno [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] errno-h [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
extern-inline [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] extern-inline [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
fchdir [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] fchdir [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
fcntl-h [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] fcntl-h [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]

View File

@@ -7,7 +7,7 @@ tests/signature.h
tests/macros.h tests/macros.h
Depends-on: Depends-on:
errno errno-h
ignore-value ignore-value
mgetgroups mgetgroups
nanosleep nanosleep

View File

@@ -4,7 +4,7 @@ tests/signature.h
tests/macros.h tests/macros.h
Depends-on: Depends-on:
errno errno-h
configure.ac: configure.ac:

View File

@@ -12,7 +12,7 @@ extensions
at-internal [test $HAVE_FDOPENDIR = 0] at-internal [test $HAVE_FDOPENDIR = 0]
dirfd [test $HAVE_FDOPENDIR = 0] dirfd [test $HAVE_FDOPENDIR = 0]
dup [test $HAVE_FDOPENDIR = 0] dup [test $HAVE_FDOPENDIR = 0]
errno [test $HAVE_FDOPENDIR = 0] errno-h [test $HAVE_FDOPENDIR = 0]
fchdir [test $HAVE_FDOPENDIR = 0] fchdir [test $HAVE_FDOPENDIR = 0]
fstat [test $HAVE_FDOPENDIR = 0] fstat [test $HAVE_FDOPENDIR = 0]
openat-die [test $HAVE_FDOPENDIR = 0] openat-die [test $HAVE_FDOPENDIR = 0]

View File

@@ -12,7 +12,7 @@ acl-permissions
assert-h assert-h
attribute attribute
dirent-h dirent-h
errno errno-h
extern-inline extern-inline
minmax minmax
free-posix free-posix

View File

@@ -17,7 +17,7 @@ Depends-on:
stdio stdio
nocrash nocrash
printf-safe printf-safe
errno errno-h
multiarch multiarch
vfzprintf [test $REPLACE_FPRINTF = 1] vfzprintf [test $REPLACE_FPRINTF = 1]
mixin/printf-posix [test $REPLACE_FPRINTF = 1] mixin/printf-posix [test $REPLACE_FPRINTF = 1]

View File

@@ -11,7 +11,7 @@ Depends-on:
sys_stat sys_stat
extensions extensions
at-internal [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1] at-internal [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
errno [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1] errno-h [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
extern-inline [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1] extern-inline [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
fchdir [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1] fchdir [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
fcntl-h [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1] fcntl-h [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]

View File

@@ -4,7 +4,7 @@ tests/signature.h
tests/macros.h tests/macros.h
Depends-on: Depends-on:
errno errno-h
configure.ac: configure.ac:

View File

@@ -7,7 +7,7 @@ m4/ftell.m4
Depends-on: Depends-on:
stdio stdio
errno errno-h
ftello [test $REPLACE_FTELL = 1] ftello [test $REPLACE_FTELL = 1]
configure.ac: configure.ac:

View File

@@ -6,7 +6,7 @@ tests/test-fts.c
Depends-on: Depends-on:
c99 c99
errno errno-h
remove remove
unlinkat unlinkat

View File

@@ -6,7 +6,7 @@ lib/fwriteerror.h
lib/fwriteerror.c lib/fwriteerror.c
Depends-on: Depends-on:
errno errno-h
stdbool stdbool
configure.ac: configure.ac:

View File

@@ -11,7 +11,7 @@ vasnprintf
intprops intprops
free-posix free-posix
fseterr fseterr
errno errno-h
configure.ac: configure.ac:
gl_STDIO_MODULE_INDICATOR([fzprintf]) gl_STDIO_MODULE_INDICATOR([fzprintf])

View File

@@ -5,7 +5,7 @@ tests/qemu.h
tests/macros.h tests/macros.h
Depends-on: Depends-on:
errno errno-h
fcntl-h fcntl-h
getcwd-lgpl getcwd-lgpl
pathmax pathmax

View File

@@ -10,7 +10,7 @@ stdio
extensions extensions
limits-h [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1] limits-h [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
stdint [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1] stdint [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
errno [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1] errno-h [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
configure.ac: configure.ac:
gl_FUNC_GETDELIM gl_FUNC_GETDELIM

View File

@@ -9,7 +9,7 @@ lib/w32sock.h
Depends-on: Depends-on:
unistd unistd
sys_socket [test $HAVE_GETHOSTNAME = 0] sys_socket [test $HAVE_GETHOSTNAME = 0]
errno [test $HAVE_GETHOSTNAME = 0] errno-h [test $HAVE_GETHOSTNAME = 0]
sockets [test $HAVE_GETHOSTNAME = 0] sockets [test $HAVE_GETHOSTNAME = 0]
msvc-nothrow [test $HAVE_GETHOSTNAME = 0] msvc-nothrow [test $HAVE_GETHOSTNAME = 0]

View File

@@ -10,7 +10,7 @@ Depends-on:
extensions extensions
sys_socket sys_socket
socketlib socketlib
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]
configure.ac: configure.ac:

View File

@@ -10,7 +10,7 @@ Depends-on:
extensions extensions
sys_socket sys_socket
socketlib socketlib
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]
configure.ac: configure.ac:

View File

@@ -7,7 +7,7 @@ Depends-on:
netinet_in netinet_in
arpa_inet-h arpa_inet-h
inet_pton inet_pton
errno errno-h
perror perror
sockets sockets
socket socket

View File

@@ -10,7 +10,7 @@ extensions
sys_socket sys_socket
socketlib socketlib
sys_time [test "$ac_cv_header_winsock2_h" = yes] sys_time [test "$ac_cv_header_winsock2_h" = yes]
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]
configure.ac: configure.ac:

View File

@@ -7,7 +7,7 @@ lib/getugroups.h
m4/getugroups.m4 m4/getugroups.m4
Depends-on: Depends-on:
errno errno-h
configure.ac: configure.ac:
gl_GETUGROUPS gl_GETUGROUPS

View File

@@ -10,7 +10,7 @@ Depends-on:
arpa_inet-h arpa_inet-h
extensions extensions
sys_socket [test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1] sys_socket [test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1]
errno [test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1] errno-h [test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1]
netinet_in [test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1] netinet_in [test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1]
configure.ac: configure.ac:

View File

@@ -10,7 +10,7 @@ arpa_inet-h
extensions extensions
c-ctype [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1] c-ctype [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1]
sys_socket [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1] sys_socket [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1]
errno [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1] errno-h [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1]
netinet_in [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1] netinet_in [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1]
configure.ac: configure.ac:

View File

@@ -9,7 +9,7 @@ m4/ioctl.m4
Depends-on: Depends-on:
sys_ioctl sys_ioctl
sys_socket [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1] sys_socket [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1]
errno [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1] errno-h [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1]
fd-hook [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1] fd-hook [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1]
msvc-nothrow [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1] msvc-nothrow [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1]

View File

@@ -7,7 +7,7 @@ m4/lchmod.m4
Depends-on: Depends-on:
c99 [test $HAVE_LCHMOD = 0] c99 [test $HAVE_LCHMOD = 0]
errno [test $HAVE_LCHMOD = 0] errno-h [test $HAVE_LCHMOD = 0]
extensions extensions
fcntl-h [test $HAVE_LCHMOD = 0] fcntl-h [test $HAVE_LCHMOD = 0]
intprops [test $HAVE_LCHMOD = 0] intprops [test $HAVE_LCHMOD = 0]

View File

@@ -9,7 +9,7 @@ Depends-on:
unistd unistd
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 [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1] errno-h [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
stdbool [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1] stdbool [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
sys_stat [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1] sys_stat [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
lstat [test $REPLACE_LCHOWN = 1] lstat [test $REPLACE_LCHOWN = 1]

View File

@@ -6,7 +6,7 @@ tests/signature.h
tests/macros.h tests/macros.h
Depends-on: Depends-on:
errno errno-h
ignore-value ignore-value
mgetgroups mgetgroups
nanosleep nanosleep

View File

@@ -6,7 +6,7 @@ tests/macros.h
Depends-on: Depends-on:
ignore-value ignore-value
errno errno-h
stdbool stdbool
sys_stat sys_stat

View File

@@ -13,7 +13,7 @@ areadlink [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
at-internal [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] at-internal [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
dirname-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] dirname-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
eloop-threshold [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] eloop-threshold [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
errno [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] errno-h [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
fcntl-h [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] fcntl-h [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
filenamecat-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] filenamecat-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
filename [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] filename [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on: Depends-on:
sys_socket sys_socket
socketlib socketlib
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]
configure.ac: configure.ac:

View File

@@ -6,7 +6,7 @@ tests/macros.h
Depends-on: Depends-on:
ignore-value ignore-value
errno errno-h
same-inode same-inode
stdbool stdbool
symlink symlink

View File

@@ -10,7 +10,7 @@ Depends-on:
sys_stat sys_stat
extensions extensions
at-internal [test $HAVE_MKDIRAT = 0] at-internal [test $HAVE_MKDIRAT = 0]
errno [test $HAVE_MKDIRAT = 0] errno-h [test $HAVE_MKDIRAT = 0]
fchdir [test $HAVE_MKDIRAT = 0] fchdir [test $HAVE_MKDIRAT = 0]
fcntl-h [test $HAVE_MKDIRAT = 0] fcntl-h [test $HAVE_MKDIRAT = 0]
filename [test $HAVE_MKDIRAT = 0] filename [test $HAVE_MKDIRAT = 0]

View File

@@ -14,7 +14,7 @@ extensions
fcntl-h [test $HAVE_MKFIFOAT = 0 || test $REPLACE_MKFIFOAT = 1 || test $HAVE_MKNODAT = 0 || test $REPLACE_MKNODAT = 1] fcntl-h [test $HAVE_MKFIFOAT = 0 || test $REPLACE_MKFIFOAT = 1 || test $HAVE_MKNODAT = 0 || test $REPLACE_MKNODAT = 1]
fstatat [test $REPLACE_MKFIFOAT = 1 || test $REPLACE_MKNODAT = 1] fstatat [test $REPLACE_MKFIFOAT = 1 || test $REPLACE_MKNODAT = 1]
at-internal [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0] at-internal [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
errno [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0] errno-h [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
fchdir [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0] fchdir [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
filename [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0] filename [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
openat-die [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0] openat-die [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]

View File

@@ -11,7 +11,7 @@ m4/tm_gmtoff.m4
Depends-on: Depends-on:
attribute attribute
c99 c99
errno errno-h
extensions extensions
intprops intprops
libc-config libc-config

View File

@@ -18,7 +18,7 @@ sys_stat [test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1]
cloexec [test $REPLACE_OPENAT = 1] cloexec [test $REPLACE_OPENAT = 1]
fstat [test $REPLACE_OPENAT = 1] fstat [test $REPLACE_OPENAT = 1]
at-internal [test $HAVE_OPENAT = 0] at-internal [test $HAVE_OPENAT = 0]
errno [test $HAVE_OPENAT = 0] errno-h [test $HAVE_OPENAT = 0]
fchdir [test $HAVE_OPENAT = 0] fchdir [test $HAVE_OPENAT = 0]
filename [test $HAVE_OPENAT = 0] filename [test $HAVE_OPENAT = 0]
open [test $HAVE_OPENAT = 0] open [test $HAVE_OPENAT = 0]

View File

@@ -7,7 +7,7 @@ m4/perror.m4
Depends-on: Depends-on:
stdio stdio
errno [test $REPLACE_PERROR = 1] errno-h [test $REPLACE_PERROR = 1]
strerror-override [test $REPLACE_PERROR = 1] strerror-override [test $REPLACE_PERROR = 1]
strerror_r-posix [test $REPLACE_PERROR = 1] strerror_r-posix [test $REPLACE_PERROR = 1]

View File

@@ -14,7 +14,7 @@ sockets [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
sys_select [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] sys_select [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
sys_socket [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] sys_socket [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
sys_time [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] sys_time [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
errno [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] errno-h [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
msvc-nothrow [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] msvc-nothrow [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
configure.ac: configure.ac:

View File

@@ -11,7 +11,7 @@ arpa_inet-h
sys_ioctl sys_ioctl
extensions extensions
inet_pton inet_pton
errno errno-h
perror perror
sockets sockets
socket socket

View File

@@ -10,7 +10,7 @@ Depends-on:
spawn spawn
alloca-opt alloca-opt
dup2 dup2
errno errno-h
open open
sh-filename sh-filename
strchrnul strchrnul

View File

@@ -7,7 +7,7 @@ lib/priv-set.c
m4/priv-set.m4 m4/priv-set.m4
Depends-on: Depends-on:
errno errno-h
extern-inline extern-inline
stdbool stdbool

View File

@@ -12,7 +12,7 @@ unistd
sys_ioctl sys_ioctl
extensions extensions
inet_pton inet_pton
errno errno-h
perror perror
pipe-posix pipe-posix
socket socket

View File

@@ -10,7 +10,7 @@ Depends-on:
unistd unistd
extensions extensions
at-internal [test $HAVE_READLINKAT = 0 || test $REPLACE_READLINKAT = 1] at-internal [test $HAVE_READLINKAT = 0 || test $REPLACE_READLINKAT = 1]
errno [test $HAVE_READLINKAT = 0 || test $REPLACE_READLINKAT = 1] errno-h [test $HAVE_READLINKAT = 0 || test $REPLACE_READLINKAT = 1]
fchdir [test $HAVE_READLINKAT = 0 || test $REPLACE_READLINKAT = 1] fchdir [test $HAVE_READLINKAT = 0 || test $REPLACE_READLINKAT = 1]
fcntl-h [test $HAVE_READLINKAT = 0 || test $REPLACE_READLINKAT = 1] fcntl-h [test $HAVE_READLINKAT = 0 || test $REPLACE_READLINKAT = 1]
filename [test $HAVE_READLINKAT = 0 || test $REPLACE_READLINKAT = 1] filename [test $HAVE_READLINKAT = 0 || test $REPLACE_READLINKAT = 1]

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on: Depends-on:
sys_socket sys_socket
socketlib socketlib
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]
configure.ac: configure.ac:

View File

@@ -9,7 +9,7 @@ Depends-on:
extensions extensions
sys_socket sys_socket
socketlib socketlib
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
getpeername [test "$ac_cv_header_winsock2_h" = yes] getpeername [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]

View File

@@ -58,7 +58,7 @@ c99
double-slash-root double-slash-root
eloop-threshold eloop-threshold
environ environ
errno errno-h
extern-inline extern-inline
fcntl-h fcntl-h
filename filename

View File

@@ -6,7 +6,7 @@ tests/macros.h
Depends-on: Depends-on:
ignore-value ignore-value
errno errno-h
link link
stdbool stdbool
symlink symlink

View File

@@ -10,7 +10,7 @@ Depends-on:
assure assure
attribute attribute
chdir chdir
errno errno-h
extern-inline extern-inline
fchdir fchdir
fcntl-h fcntl-h

View File

@@ -17,7 +17,7 @@ unistd
sys_ioctl sys_ioctl
extensions extensions
inet_pton inet_pton
errno errno-h
perror perror
pipe-posix pipe-posix
socket socket

View File

@@ -9,7 +9,7 @@ lib/at-func.c
Depends-on: Depends-on:
selinux-h selinux-h
at-internal at-internal
errno errno-h
extensions extensions
fchdir fchdir
fcntl-h fcntl-h

View File

@@ -14,7 +14,7 @@ m4/selinux-label-h.m4
m4/selinux-selinux-h.m4 m4/selinux-selinux-h.m4
Depends-on: Depends-on:
errno errno-h
extern-inline extern-inline
gen-header gen-header

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on: Depends-on:
sys_socket sys_socket
socketlib socketlib
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]
configure.ac: configure.ac:

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on: Depends-on:
sys_socket sys_socket
socketlib socketlib
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]
configure.ac: configure.ac:

View File

@@ -8,7 +8,7 @@ m4/gethostname.m4
Depends-on: Depends-on:
unistd unistd
errno [test $HAVE_SETHOSTNAME = 0 || test $REPLACE_SETHOSTNAME = 1] errno-h [test $HAVE_SETHOSTNAME = 0 || test $REPLACE_SETHOSTNAME = 1]
fopen-gnu [test $HAVE_SETHOSTNAME = 0 || test $REPLACE_SETHOSTNAME = 1] fopen-gnu [test $HAVE_SETHOSTNAME = 0 || test $REPLACE_SETHOSTNAME = 1]
configure.ac: configure.ac:

View File

@@ -9,7 +9,7 @@ Depends-on:
sys_socket sys_socket
socketlib socketlib
sys_time [test "$ac_cv_header_winsock2_h" = yes] sys_time [test "$ac_cv_header_winsock2_h" = yes]
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]
configure.ac: configure.ac:

View File

@@ -7,7 +7,7 @@ m4/settime.m4
Depends-on: Depends-on:
clock-time clock-time
errno errno-h
extensions extensions
sys_time sys_time
timespec timespec

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on: Depends-on:
sys_socket sys_socket
socketlib socketlib
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]
configure.ac: configure.ac:

View File

@@ -8,7 +8,7 @@ m4/printf.m4
Depends-on: Depends-on:
stdio stdio
errno [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1] errno-h [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
stdint [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1] stdint [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
vsnzprintf [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1] vsnzprintf [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]

View File

@@ -8,7 +8,7 @@ lib/snzprintf.c
Depends-on: Depends-on:
stdio stdio
vasnprintf vasnprintf
errno errno-h
stdint stdint
configure.ac: configure.ac:

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on: Depends-on:
sys_socket sys_socket
socketlib socketlib
errno [test "$ac_cv_header_winsock2_h" = yes] errno-h [test "$ac_cv_header_winsock2_h" = yes]
sockets [test "$ac_cv_header_winsock2_h" = yes] sockets [test "$ac_cv_header_winsock2_h" = yes]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]

View File

@@ -21,7 +21,7 @@ multiarch
vszprintf [test $REPLACE_SPRINTF = 1] vszprintf [test $REPLACE_SPRINTF = 1]
mixin/printf-posix [test $REPLACE_SPRINTF = 1] mixin/printf-posix [test $REPLACE_SPRINTF = 1]
stdint [test $REPLACE_SPRINTF = 1] stdint [test $REPLACE_SPRINTF = 1]
errno [test $REPLACE_SPRINTF = 1] errno-h [test $REPLACE_SPRINTF = 1]
configure.ac: configure.ac:
gl_FUNC_SPRINTF_POSIX gl_FUNC_SPRINTF_POSIX

View File

@@ -8,7 +8,7 @@ m4/stat-time.m4
Depends-on: Depends-on:
time-h time-h
errno errno-h
extensions extensions
extern-inline extern-inline
stdckdint stdckdint

View File

@@ -8,7 +8,7 @@ m4/strerror.m4
Depends-on: Depends-on:
string string
assert-h [test $REPLACE_STRERROR = 1] assert-h [test $REPLACE_STRERROR = 1]
errno [test $REPLACE_STRERROR = 1] errno-h [test $REPLACE_STRERROR = 1]
intprops [test $REPLACE_STRERROR = 1] intprops [test $REPLACE_STRERROR = 1]
strerror-override [test $REPLACE_STRERROR = 1] strerror-override [test $REPLACE_STRERROR = 1]

View File

@@ -8,7 +8,7 @@ m4/sys_socket_h.m4
m4/strerror.m4 m4/strerror.m4
Depends-on: Depends-on:
errno errno-h
configure.ac: configure.ac:
AC_REQUIRE([gl_HEADER_ERRNO_H]) AC_REQUIRE([gl_HEADER_ERRNO_H])

View File

@@ -8,7 +8,7 @@ m4/strerror_r.m4
Depends-on: Depends-on:
string string
extensions extensions
errno [test $HAVE_DECL_STRERROR_R = 0 || test $REPLACE_STRERROR_R = 1] errno-h [test $HAVE_DECL_STRERROR_R = 0 || test $REPLACE_STRERROR_R = 1]
lock [test $HAVE_DECL_STRERROR_R = 0 || test $REPLACE_STRERROR_R = 1] lock [test $HAVE_DECL_STRERROR_R = 0 || test $REPLACE_STRERROR_R = 1]
strerror-override [test $HAVE_DECL_STRERROR_R = 0 || test $REPLACE_STRERROR_R = 1] strerror-override [test $HAVE_DECL_STRERROR_R = 0 || test $REPLACE_STRERROR_R = 1]

View File

@@ -11,7 +11,7 @@ unistd
extensions extensions
fcntl-h [test $HAVE_SYMLINKAT = 0 || test $REPLACE_SYMLINKAT = 1] fcntl-h [test $HAVE_SYMLINKAT = 0 || test $REPLACE_SYMLINKAT = 1]
at-internal [test $HAVE_SYMLINKAT = 0] at-internal [test $HAVE_SYMLINKAT = 0]
errno [test $HAVE_SYMLINKAT = 0] errno-h [test $HAVE_SYMLINKAT = 0]
fchdir [test $HAVE_SYMLINKAT = 0] fchdir [test $HAVE_SYMLINKAT = 0]
filename [test $HAVE_SYMLINKAT = 0] filename [test $HAVE_SYMLINKAT = 0]
openat-die [test $HAVE_SYMLINKAT = 0] openat-die [test $HAVE_SYMLINKAT = 0]

View File

@@ -9,7 +9,7 @@ m4/sockpfaf.m4
Depends-on: Depends-on:
alignasof alignasof
errno errno-h
extern-inline extern-inline
gen-header gen-header
include_next include_next

View File

@@ -8,7 +8,7 @@ lib/szprintf.c
Depends-on: Depends-on:
stdio stdio
vasnprintf vasnprintf
errno errno-h
stdint stdint
configure.ac: configure.ac:

View File

@@ -37,7 +37,7 @@ printf-safe
alloca-opt alloca-opt
localcharset localcharset
xsize xsize
errno errno-h
free-posix free-posix
memchr memchr
multiarch multiarch

View File

@@ -8,7 +8,7 @@ lib/unistdio/u-vasprintf.h
Depends-on: Depends-on:
unistdio/base unistdio/base
unistdio/u16-u16-vasnprintf unistdio/u16-u16-vasnprintf
errno errno-h
configure.ac: configure.ac:
gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u16-u16-vasprintf]) gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u16-u16-vasprintf])

View File

@@ -9,7 +9,7 @@ Depends-on:
unistdio/base unistdio/base
unistdio/u16-u16-vasnprintf unistdio/u16-u16-vasnprintf
unistr/u16-cpy unistr/u16-cpy
errno errno-h
configure.ac: configure.ac:
gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u16-u16-vsnprintf]) gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u16-u16-vsnprintf])

View File

@@ -9,7 +9,7 @@ Depends-on:
unistdio/base unistdio/base
unistdio/u16-u16-vasnprintf unistdio/u16-u16-vasnprintf
stdint stdint
errno errno-h
configure.ac: configure.ac:
gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u16-u16-vsprintf]) gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u16-u16-vsprintf])

View File

@@ -37,7 +37,7 @@ printf-safe
alloca-opt alloca-opt
localcharset localcharset
xsize xsize
errno errno-h
free-posix free-posix
memchr memchr
multiarch multiarch

View File

@@ -8,7 +8,7 @@ lib/unistdio/u-vasprintf.h
Depends-on: Depends-on:
unistdio/base unistdio/base
unistdio/u16-vasnprintf unistdio/u16-vasnprintf
errno errno-h
configure.ac: configure.ac:
gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u16-vasprintf]) gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u16-vasprintf])

View File

@@ -9,7 +9,7 @@ Depends-on:
unistdio/base unistdio/base
unistdio/u16-vasnprintf unistdio/u16-vasnprintf
unistr/u16-cpy unistr/u16-cpy
errno errno-h
configure.ac: configure.ac:
gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u16-vsnprintf]) gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u16-vsnprintf])

View File

@@ -9,7 +9,7 @@ Depends-on:
unistdio/base unistdio/base
unistdio/u16-vasnprintf unistdio/u16-vasnprintf
stdint stdint
errno errno-h
configure.ac: configure.ac:
gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u16-vsprintf]) gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u16-vsprintf])

View File

@@ -37,7 +37,7 @@ printf-safe
alloca-opt alloca-opt
localcharset localcharset
xsize xsize
errno errno-h
free-posix free-posix
memchr memchr
multiarch multiarch

Some files were not shown because too many files have changed in this diff Show More