about summary refs log tree commit diff
path: root/support/support.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-12-22 15:22:17 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-12-22 15:22:17 +0100
commit5da0de4de5e8b9576475432b94fa0a486fd9389f (patch)
tree52c3c299176a5bdd070db14fda2186b60912d697 /support/support.h
parent633e2f7f3d88df6427aa3a7a984d3a6b796d9611 (diff)
downloadglibc-5da0de4de5e8b9576475432b94fa0a486fd9389f.tar.gz
glibc-5da0de4de5e8b9576475432b94fa0a486fd9389f.tar.xz
glibc-5da0de4de5e8b9576475432b94fa0a486fd9389f.zip
Synchronize support/ infrastructure with master
This commit updates the support/ subdirectory to
commit bad7a0c81f501fbbcc79af9eaa4b8254441c4a1f
on the master branch.
Diffstat (limited to 'support/support.h')
-rw-r--r--support/support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/support.h b/support/support.h
index 4b5f04c2cc..bbba803ba1 100644
--- a/support/support.h
+++ b/support/support.h
@@ -68,6 +68,7 @@ void *xrealloc (void *p, size_t n);
 char *xasprintf (const char *format, ...)
   __attribute__ ((format (printf, 1, 2), malloc));
 char *xstrdup (const char *);
+char *xstrndup (const char *, size_t);
 
 __END_DECLS