summaryrefslogtreecommitdiff
path: root/modules/reallocarray
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-08-13 10:55:55 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-08-13 11:02:40 -0700
commitaa459ef443c756c28ce883fdd7f15c98fcefc7dc (patch)
treedb7d005fd03fd7777c6e8e81d2ba38e85a674163 /modules/reallocarray
parent98756762a3337722477d2cddc9c0549609efe848 (diff)
downloadgnulib-aa459ef443c756c28ce883fdd7f15c98fcefc7dc.tar.gz
reallocarray: minor fixes
* doc/glibc-functions/reallocarray.texi: Update version numbers. * m4/reallocarray.m4 (gl_FUNC_REALLOCARRAY): Don't trust _cv_ contents. * modules/reallocarray (License): Change from GPL to LGPL. * tests/test-reallocarray.c (main): Fix ENOMEM typo. Indent properly and don't use tabs.
Diffstat (limited to 'modules/reallocarray')
-rw-r--r--modules/reallocarray4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/reallocarray b/modules/reallocarray
index f833d46dc1..11d32bb5fd 100644
--- a/modules/reallocarray
+++ b/modules/reallocarray
@@ -1,5 +1,5 @@
Description:
-reallocarray() function that is glibc compatible.
+reallocarray function that is glibc compatible.
Files:
lib/reallocarray.c
@@ -26,7 +26,7 @@ Include:
<stdlib.h>
License:
-GPLv3+
+LGPL
Maintainer:
all