[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/9] unistd-safer indicate presence
From: |
Paul Eggert |
Subject: |
[PATCH 3/9] unistd-safer indicate presence |
Date: |
Wed, 6 Nov 2024 13:49:44 -0800 |
modules/unistd-safer (configure.ac): Add module indicator.
---
ChangeLog | 5 +++--
modules/unistd-safer | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 56811753a2..41eb842f0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
2024-11-06 Paul Eggert <eggert@cs.ucla.edu>
- xstdopen: indicate presence
- * modules/xstdopen (configure.ac): Add module indicator.
+ unistd-safer, xstdopen: indicate presence
+ * modules/unistd-safer, modules/xstdopen (configure.ac):
+ Add module indicator.
2024-11-06 Bruno Haible <bruno@clisp.org>
diff --git a/modules/unistd-safer b/modules/unistd-safer
index d131b9c7a8..81bf2300e5 100644
--- a/modules/unistd-safer
+++ b/modules/unistd-safer
@@ -16,6 +16,7 @@ pipe-posix
configure.ac:
gl_UNISTD_SAFER
+gl_MODULE_INDICATOR([unistd-safer])
Makefile.am:
lib_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
--
2.43.0
- [PATCH 1/9] Document xstdopen vs *-safer better, Paul Eggert, 2024/11/06
- [PATCH 2/9] xstdopen: indicate presence, Paul Eggert, 2024/11/06
- [PATCH 4/9] error: tune a bit for xstdopen, Paul Eggert, 2024/11/06
- [PATCH 3/9] unistd-safer indicate presence,
Paul Eggert <=
- [PATCH 8/9] getusershell: don’t depend on fopen-safer, Paul Eggert, 2024/11/06
- [PATCH 7/9] savewd: don’t depend on fcntl-safer, Paul Eggert, 2024/11/06
- [PATCH 5/9] save-cwd: don’t depend on fd-safer-flag, unistd-safer, Paul Eggert, 2024/11/06
- [PATCH 6/9] savedir: don’t depend on dirent-safer, Paul Eggert, 2024/11/06
- [PATCH 9/9] opendirat: don’t depend on openat-safer, Paul Eggert, 2024/11/06