From 6c035586e980d4fcc164da4e014bbb2f55b4d680 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 11 Sep 2008 16:17:43 +0000 Subject: - remove posix_openpt relocation --- include/stdlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index b5ab9c9d1..b87dfd921 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -814,6 +814,7 @@ extern void setkey (__const char *__key) __THROW __nonnull ((1)); #ifdef __USE_XOPEN2K /* Return a master pseudo-terminal handle. */ extern int posix_openpt (int __oflag) __wur; +libc_hidden_proto(posix_openpt) #endif #ifdef __USE_XOPEN -- cgit v1.2.3