diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-03 08:37:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-03 08:37:03 +0000 |
commit | cd8042a77cbb6d3f8bf69d4401fe87c6f9ceaed1 (patch) | |
tree | 6791592b683638e359adfad5ec72e38f1151e78a | |
parent | 44bdb2f05a87562f27a1043a3bbefbf5a4c40ed7 (diff) | |
download | coreutils-cd8042a77cbb6d3f8bf69d4401fe87c6f9ceaed1.tar.xz |
(AC_CHECK_DECLS): Add strndup.
-rw-r--r-- | m4/check-decl.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index f9202eab7..e301e44f1 100644 --- a/m4/check-decl.m4 +++ b/m4/check-decl.m4 @@ -1,4 +1,4 @@ -#serial 10 +#serial 11 dnl This is just a wrapper function to encapsulate this kludge. dnl Putting it in a separate file like this helps share it between @@ -55,6 +55,7 @@ AC_DEFUN(jm_CHECK_DECLS, nanosleep, realloc, stpcpy, + strndup, strstr, strtoul, strtoull, |