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>
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}
Gnulib module: errno
@mindex errno
Gnulib module: errno-h
@mindex errno-h
Portability problems fixed by Gnulib:
@itemize

View File

@@ -9,7 +9,7 @@ Depends-on:
extensions
sys_socket
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]
configure.ac:

View File

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

View File

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

View File

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

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on:
sys_socket
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]
configure.ac:

View File

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

View File

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

View File

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

View File

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

View File

@@ -13,7 +13,7 @@ stdlib
nocrash
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]
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]
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]

View File

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

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on:
sys_socket
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]
configure.ac:

View File

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

View File

@@ -9,7 +9,7 @@ Depends-on:
stdio
vdzprintf [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:
gl_FUNC_DPRINTF

View File

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

View File

@@ -1,47 +1,20 @@
Description:
A POSIX-like <errno.h>.
Status:
deprecated
Notice:
This module is deprecated. Use the module 'errno-h' instead.
Files:
lib/errno.in.h
m4/errno_h.m4
Depends-on:
gen-header
include_next
extensions-aix
errno-h
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>
@@ -50,4 +23,3 @@ License:
LGPLv2+
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
extensions
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]
fcntl-h [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:
sys_stat
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]
unistd [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
extensions
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]
fchdir [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
Depends-on:
errno
errno-h
ignore-value
mgetgroups
nanosleep

View File

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

View File

@@ -12,7 +12,7 @@ extensions
at-internal [test $HAVE_FDOPENDIR = 0]
dirfd [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]
fstat [test $HAVE_FDOPENDIR = 0]
openat-die [test $HAVE_FDOPENDIR = 0]

View File

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

View File

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

View File

@@ -11,7 +11,7 @@ Depends-on:
sys_stat
extensions
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]
fchdir [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
Depends-on:
errno
errno-h
configure.ac:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -10,7 +10,7 @@ stdio
extensions
limits-h [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:
gl_FUNC_GETDELIM

View File

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

View File

@@ -10,7 +10,7 @@ Depends-on:
extensions
sys_socket
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]
configure.ac:

View File

@@ -10,7 +10,7 @@ Depends-on:
extensions
sys_socket
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]
configure.ac:

View File

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

View File

@@ -10,7 +10,7 @@ extensions
sys_socket
socketlib
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]
configure.ac:

View File

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

View File

@@ -10,7 +10,7 @@ Depends-on:
arpa_inet-h
extensions
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]
configure.ac:

View File

@@ -10,7 +10,7 @@ arpa_inet-h
extensions
c-ctype [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]
configure.ac:

View File

@@ -9,7 +9,7 @@ m4/ioctl.m4
Depends-on:
sys_ioctl
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]
msvc-nothrow [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1]

View File

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

View File

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

View File

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

View File

@@ -6,7 +6,7 @@ tests/macros.h
Depends-on:
ignore-value
errno
errno-h
stdbool
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]
dirname-lgpl [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]
filenamecat-lgpl [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:
sys_socket
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]
configure.ac:

View File

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

View File

@@ -10,7 +10,7 @@ Depends-on:
sys_stat
extensions
at-internal [test $HAVE_MKDIRAT = 0]
errno [test $HAVE_MKDIRAT = 0]
errno-h [test $HAVE_MKDIRAT = 0]
fchdir [test $HAVE_MKDIRAT = 0]
fcntl-h [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]
fstatat [test $REPLACE_MKFIFOAT = 1 || test $REPLACE_MKNODAT = 1]
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]
filename [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:
attribute
c99
errno
errno-h
extensions
intprops
libc-config

View File

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

View File

@@ -7,7 +7,7 @@ m4/perror.m4
Depends-on:
stdio
errno [test $REPLACE_PERROR = 1]
errno-h [test $REPLACE_PERROR = 1]
strerror-override [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_socket [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]
configure.ac:

View File

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

View File

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

View File

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

View File

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

View File

@@ -10,7 +10,7 @@ Depends-on:
unistd
extensions
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]
fcntl-h [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:
sys_socket
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]
configure.ac:

View File

@@ -9,7 +9,7 @@ Depends-on:
extensions
sys_socket
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]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on:
sys_socket
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]
configure.ac:

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on:
sys_socket
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]
configure.ac:

View File

@@ -8,7 +8,7 @@ m4/gethostname.m4
Depends-on:
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]
configure.ac:

View File

@@ -9,7 +9,7 @@ Depends-on:
sys_socket
socketlib
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]
configure.ac:

View File

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

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on:
sys_socket
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]
configure.ac:

View File

@@ -8,7 +8,7 @@ m4/printf.m4
Depends-on:
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]
vsnzprintf [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]

View File

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

View File

@@ -8,7 +8,7 @@ lib/w32sock.h
Depends-on:
sys_socket
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]
msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes]

View File

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

View File

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

View File

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

View File

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

View File

@@ -8,7 +8,7 @@ m4/strerror_r.m4
Depends-on:
string
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]
strerror-override [test $HAVE_DECL_STRERROR_R = 0 || test $REPLACE_STRERROR_R = 1]

View File

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

View File

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

View File

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

View File

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

View File

@@ -8,7 +8,7 @@ lib/unistdio/u-vasprintf.h
Depends-on:
unistdio/base
unistdio/u16-u16-vasnprintf
errno
errno-h
configure.ac:
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/u16-u16-vasnprintf
unistr/u16-cpy
errno
errno-h
configure.ac:
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/u16-u16-vasnprintf
stdint
errno
errno-h
configure.ac:
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
localcharset
xsize
errno
errno-h
free-posix
memchr
multiarch

View File

@@ -8,7 +8,7 @@ lib/unistdio/u-vasprintf.h
Depends-on:
unistdio/base
unistdio/u16-vasnprintf
errno
errno-h
configure.ac:
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/u16-vasnprintf
unistr/u16-cpy
errno
errno-h
configure.ac:
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/u16-vasnprintf
stdint
errno
errno-h
configure.ac:
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
localcharset
xsize
errno
errno-h
free-posix
memchr
multiarch

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