mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* MODULES.html.sh (File system functions): Add unlinkdir. * lib/unlinkdir.c, lib/unlinkdir.h, m4/unlinkdir.m4, modules/unlinkdir: New file.
25 lines
273 B
Plaintext
25 lines
273 B
Plaintext
Description:
|
|
Determine (and maybe change) whether we can unlink directories.
|
|
|
|
Files:
|
|
lib/unlinkdir.h
|
|
lib/unlinkdir.c
|
|
m4/unlinkdir.m4
|
|
|
|
Depends-on:
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_UNLINKDIR
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"unlinkdir.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|