summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h1
1 files changed, 0 insertions, 1 deletions
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