mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/chdir-long (Depends-on): Add fchdir. * modules/chdir-safer (Depends-on): Likewise. * modules/fts (Depends-on): Likewise. * modules/fts-lgpl (Depends-on): Likewise. * modules/openat (Depends-on): Likewise. * modules/savewd (Depends-on): Likewise.
30 lines
305 B
Plaintext
30 lines
305 B
Plaintext
Description:
|
|
chdir-like function that tries not to fail due to ENAMETOOLONG
|
|
|
|
Files:
|
|
lib/chdir-long.h
|
|
lib/chdir-long.c
|
|
m4/chdir-long.m4
|
|
|
|
Depends-on:
|
|
fchdir
|
|
fcntl
|
|
openat
|
|
mempcpy
|
|
memrchr
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_FUNC_CHDIR_LONG
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"chdir-long.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|