diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-14 12:03:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-14 12:03:55 +0000 |
commit | 7c474bb76f19576746f782751572618cb012691a (patch) | |
tree | 9493f982bbe84caa2653a0f9ec2a509a45b17bfd /m4 | |
parent | 31c36865e529c58a651bd9a73b87886f98b49401 (diff) | |
download | coreutils-7c474bb76f19576746f782751572618cb012691a.tar.xz |
add lseek
Diffstat (limited to 'm4')
-rw-r--r-- | m4/check-decl.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index 58e869e74..866e52aa3 100644 --- a/m4/check-decl.m4 +++ b/m4/check-decl.m4 @@ -9,8 +9,8 @@ AC_DEFUN(jm_CHECK_DECLS, dnl for each of these symbols in the config.h.in. dnl Otherwise, I'd have to update acconfig.h every time I change dnl this list of functions. - AC_CHECK_FUNCS(DECL_FREE DECL_MALLOC DECL_MEMCHR DECL_REALLOC \ + AC_CHECK_FUNCS(DECL_FREE DECL_LSEEK DECL_MALLOC DECL_MEMCHR DECL_REALLOC \ DECL_STPCPY DECL_STRSTR) fi - jm_CHECK_DECLARATIONS(free malloc memchr realloc stpcpy strstr) + jm_CHECK_DECLARATIONS(free lseek malloc memchr realloc stpcpy strstr) ]) |