summaryrefslogtreecommitdiff
path: root/MODULES.html.sh
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-01 14:40:58 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-01 16:32:53 -0700
commit38885c864e0ef2330a117f4616422bbc73407edd (patch)
tree9d722d8da06158ae1d2a360e205e0ea4e367f0b5 /MODULES.html.sh
parentfd1daf4e1824bb46c08ba6244b4d41c8cecb3642 (diff)
downloadgnulib-38885c864e0ef2330a117f4616422bbc73407edd.tar.gz
libc-config: new module
* MODULES.html.sh: Add libc-config. * lib/cdefs.h: New file, copied from the GNU C Library with very minor changes that can be copied back. * lib/libc-config.h, modules/libc-config: New files.
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-xMODULES.html.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh
index 1a258b632e..56642d381b 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -2364,6 +2364,15 @@ func_all_modules ()
func_module limits-h
func_end_table
+ element="Support for sharing code with the GNU C Library"
+ func_section_wrap glibc
+ func_wrap H2
+ func_echo "$element"
+
+ func_begin_table
+ func_module libc-config
+ func_end_table
+
element="Support for obsolete systems lacking POSIX:2008"
func_section_wrap posix_sup_obsolete
func_wrap H2