summaryrefslogtreecommitdiff
path: root/src/string
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-02-14 20:53:15 -0500
committerRich Felker <dalias@aerifal.cx>2011-02-14 20:53:15 -0500
commitca1aa5bae951dfd8ea85341609266688ec776482 (patch)
treeccdaf45bae06c2fa91854cb71d0b862d40d89dbc /src/string
parent131b5be2f44012ae952f5883e13c1ae72ce3b033 (diff)
downloadmusl-ca1aa5bae951dfd8ea85341609266688ec776482.tar.gz
more header cleanup and conformance fixes - string.h
Diffstat (limited to 'src/string')
-rw-r--r--src/string/strlcat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string/strlcat.c b/src/string/strlcat.c
index a6b94c4c..ef81209e 100644
--- a/src/string/strlcat.c
+++ b/src/string/strlcat.c
@@ -1,3 +1,4 @@
+#define _BSD_SOURCE
#include <string.h>
size_t strlcat(char *d, const char *s, size_t n)