diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2025-05-14 14:52:41 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2025-05-14 14:53:12 +0000 |
| commit | 5db0d046b65a464f9be3560ab4eb298cd30864a1 (patch) | |
| tree | 3f4e2cf3bfd5579ea4af33dfe23d45547a7ecc8b /configure.ac | |
| parent | 53524 (cf. 53607): Add an XFAIL test for a 'whence -s' bug involving non-syml... (diff) | |
| download | zsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.tar zsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.tar.gz zsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.tar.bz2 zsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.tar.lz zsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.tar.xz zsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.tar.zst zsh-5db0d046b65a464f9be3560ab4eb298cd30864a1.zip | |
53607: Stop printing /usr/bin/foo -> /usr/bin/foo in 'whence -s'.
Makes the new test PASS.
Review-by: Bart Schaefer
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ab368c9a7..13895bb1d 100644 --- a/configure.ac +++ b/configure.ac @@ -1261,6 +1261,7 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \ initgroups \ setuid seteuid setreuid setresuid setsid \ setgid setegid setregid setresgid \ + memccpy \ memcpy memmove strstr strerror strtoul \ getrlimit getrusage \ setlocale \ |
