summaryrefslogtreecommitdiff
path: root/lib/backupfile.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-04-04 14:54:33 +0200
committerBruno Haible <bruno@clisp.org>2021-04-04 14:54:33 +0200
commit8676a431641bef9f5470b31054934f4dcba156b4 (patch)
tree243b15f855e904a0d91bba2c46fa797222e922d7 /lib/backupfile.h
parent9a120afc651c6ae2a890c63b51a06310433a4e3e (diff)
downloadgnulib-8676a431641bef9f5470b31054934f4dcba156b4.tar.gz
backupfile, backup-rename: Trim dependencies.
* lib/backupfile.h: Add comment. * lib/backupfile.c: Include <dirent.h>, for readdir() declaration. * modules/backup-rename (Depends-on): Remove dirent-safer, fcntl. Add fcntl-h. * modules/backupfile (Depends-on): Likewise. Remove xalloc. Add xalloc-die.
Diffstat (limited to 'lib/backupfile.h')
-rw-r--r--lib/backupfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/backupfile.h b/lib/backupfile.h
index 2a0599514e..349477064d 100644
--- a/lib/backupfile.h
+++ b/lib/backupfile.h
@@ -19,6 +19,7 @@
#ifndef BACKUPFILE_H_
#define BACKUPFILE_H_
+/* Get AT_FDCWD, as a convenience for users of this file. */
#include <fcntl.h>
#ifdef __cplusplus