aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2005-05-13 16:27:30 +0000
committerXin LI <delphij@FreeBSD.org>2005-05-13 16:27:30 +0000
commit8dcb56dc7885d7310299a09a04fb5334f8d75d7a (patch)
tree4f6f760d66637df39c7d6d860807b7c5aeb6bf2e /lib/libc_r
parente1f74f27c151842d0a8c922002d6299aa213697a (diff)
Notes
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/uthread/pthread_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/pthread_private.h b/lib/libc_r/uthread/pthread_private.h
index 8e74368a632c..4addfdd66abc 100644
--- a/lib/libc_r/uthread/pthread_private.h
+++ b/lib/libc_r/uthread/pthread_private.h
@@ -1212,8 +1212,6 @@ SCLASS int _thread_kern_new_state
*/
__BEGIN_DECLS
char *__ttyname_basic(int);
-char *__ttyname_r_basic(int, char *, size_t);
-char *ttyname_r(int, char *, size_t);
void _cond_wait_backout(pthread_t);
void _fd_lock_backout(pthread_t);
int _find_thread(pthread_t);