From ef2ba7584fd5b7f487af3463600ff46ea39d82dd Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 28 Nov 2016 13:50:32 +0100 Subject: [PATCH] configure: fix typo --- m4/posix/stdlib.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]) -- 2.30.2