From f503f6a97092a349a8de7fac1cde2ef5b3beaf5b Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 12 Apr 2011 17:20:51 +0200 Subject: getpt.c: no need for hidden posix_openpt Prefer static inline instead of hidden (__bsd_getpt) Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- include/stdlib.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index f0a21697f..354fc6672 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -864,7 +864,6 @@ 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