mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
b377486295
* modules/chown-tests (configure.ac): Test whether getgid() exists. * modules/fchownat-tests (configure.ac): Likewise. * tests/test-chown.h (getgid): Define a fallback.
26 lines
383 B
Plaintext
26 lines
383 B
Plaintext
Files:
|
|
tests/nap.h
|
|
tests/test-chown.h
|
|
tests/test-lchown.h
|
|
tests/test-fchownat.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
errno
|
|
ignore-value
|
|
mgetgroups
|
|
nanosleep
|
|
openat-h
|
|
stat-time
|
|
stdckdint
|
|
symlink
|
|
|
|
configure.ac:
|
|
AC_CHECK_FUNCS_ONCE([getgid getegid])
|
|
|
|
Makefile.am:
|
|
TESTS += test-fchownat
|
|
check_PROGRAMS += test-fchownat
|
|
test_fchownat_LDADD = $(LDADD) $(NANOSLEEP_LIB) @LIBINTL@
|