diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-04-12 17:20:51 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:36 +0200 |
commit | f503f6a97092a349a8de7fac1cde2ef5b3beaf5b (patch) | |
tree | b3f5a8eadd5168b497cb4b34fa53b356ef17021d /include | |
parent | ab5add209a3a7c8323586ff651e1ca6b7bafe06a (diff) |
getpt.c: no need for hidden posix_openpt
Prefer static inline instead of hidden (__bsd_getpt)
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/stdlib.h | 1 |
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 |