From: Michael Wallner Date: Mon, 28 Nov 2016 12:50:32 +0000 (+0100) Subject: configure: fix typo X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=commitdiff_plain;h=ef2ba7584fd5b7f487af3463600ff46ea39d82dd configure: fix typo --- diff --git a/m4/posix/stdlib.m4 b/m4/posix/stdlib.m4 index f1a0c95..c748eb5 100644 --- a/m4/posix/stdlib.m4 +++ b/m4/posix/stdlib.m4 @@ -49,7 +49,7 @@ PSI_CHECK_STDLIB() { PSI_DECL(long nrand48, [(unsigned short xsubi@<:@3@:>@)]) PSI_DECL(int posix_openpt, [(int flags)]) PSI_DECL(char *ptsname, [(int fd)]) - PSI_DECL(char *pstname_r, [(int fd, char *buf, size_t buflen)]) + PSI_DECL(char *ptsname_r, [(int fd, char *buf, size_t buflen)]) PSI_DECL(int putenv, [(char *var)]) PSI_DECL(int rand, [()]) PSI_DECL(int rand_r, [(unsigned *seed_p)])