diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-17 18:01:45 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-17 18:01:45 +0000 |
| commit | 5d96ee84a344a55682848b1338b9bcd0618e341b (patch) | |
| tree | 50ded6b8787a8477a36479dfe5f2b5b772b93cf9 /include/stdlib.h | |
| parent | 886d6acb51d50addaff443042b399536654e954e (diff) | |
| download | uClibc-alpine-5d96ee84a344a55682848b1338b9bcd0618e341b.tar.bz2 uClibc-alpine-5d96ee84a344a55682848b1338b9bcd0618e341b.tar.xz | |
Synch with trunk @ 24075.
Step 8: include folder
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
