* modules/sys_shm-h: Renamed from modules/sys_shm.
* doc/posix-headers/sys_shm.texi: Update.
* modules/sys_shm: New file.
+2024-12-27 Bruno Haible <bruno@clisp.org>
+
+ Rename module sys_shm to sys_shm-h.
+ * modules/sys_shm-h: Renamed from modules/sys_shm.
+ * doc/posix-headers/sys_shm.texi: Update.
+ * modules/sys_shm: New file.
+
2024-12-27 Bruno Haible <bruno@clisp.org>
Rename module sys_sem to sys_sem-h.
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_shm.h.html}
-Gnulib module: sys_shm
-@mindex sys_shm
+Gnulib module: sys_shm-h
+@mindex sys_shm-h
Portability problems fixed by Gnulib:
@itemize
Description:
<sys/shm.h> with extra checks.
+Status:
+deprecated
+
+Notice:
+This module is deprecated. Use the module 'sys_shm-h' instead.
+
Files:
-lib/sys_shm.in.h
-m4/sys_shm_h.m4
Depends-on:
-gen-header
-include_next
+sys_shm-h
configure.ac:
-gl_SYS_SHM_H
-gl_CONDITIONAL_HEADER([sys/shm.h])
-AC_PROG_MKDIR_P
Makefile.am:
-BUILT_SOURCES += $(SYS_SHM_H)
-
-# We need the following in order to create <sys/shm.h> when desired.
-if GL_GENERATE_SYS_SHM_H
-sys/shm.h: sys_shm.in.h $(top_builddir)/config.status
- $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
- $(AM_V_at)$(SED_HEADER_STDOUT) \
- -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
- -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
- -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
- -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
- -e 's|@''NEXT_SYS_SHM_H''@|$(NEXT_SYS_SHM_H)|g' \
- $(srcdir)/sys_shm.in.h > $@-t
- $(AM_V_at)mv $@-t $@
-else
-sys/shm.h: $(top_builddir)/config.status
- rm -f $@
-endif
-MOSTLYCLEANFILES += sys/shm.h sys/shm.h-t
-MOSTLYCLEANDIRS += sys
Include:
#if HAVE_SYS_SHM_H
LGPLv2+
Maintainer:
-all
--- /dev/null
+Description:
+<sys/shm.h> with extra checks.
+
+Files:
+lib/sys_shm.in.h
+m4/sys_shm_h.m4
+
+Depends-on:
+gen-header
+include_next
+
+configure.ac:
+gl_SYS_SHM_H
+gl_CONDITIONAL_HEADER([sys/shm.h])
+AC_PROG_MKDIR_P
+
+Makefile.am:
+BUILT_SOURCES += $(SYS_SHM_H)
+
+# We need the following in order to create <sys/shm.h> when desired.
+if GL_GENERATE_SYS_SHM_H
+sys/shm.h: sys_shm.in.h $(top_builddir)/config.status
+ $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
+ $(AM_V_at)$(SED_HEADER_STDOUT) \
+ -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
+ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
+ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
+ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
+ -e 's|@''NEXT_SYS_SHM_H''@|$(NEXT_SYS_SHM_H)|g' \
+ $(srcdir)/sys_shm.in.h > $@-t
+ $(AM_V_at)mv $@-t $@
+else
+sys/shm.h: $(top_builddir)/config.status
+ rm -f $@
+endif
+MOSTLYCLEANFILES += sys/shm.h sys/shm.h-t
+MOSTLYCLEANDIRS += sys
+
+Include:
+#if HAVE_SYS_SHM_H
+<sys/shm.h>
+#endif
+
+License:
+LGPLv2+
+
+Maintainer:
+all