summaryrefslogtreecommitdiff
path: root/lib/librthread
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-08-31 04:02:09 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-08-31 04:02:09 +0000
commitcf03146d8e339391ed58e8720667a7283b40eb97 (patch)
tree6e6186da128d1dc9c4ba3a162f7e7e82dbd8f735 /lib/librthread
parent867b423ae2efb3cb74f13dde9eabf51ee32187a2 (diff)
Declare and document getthrid()
indirectly prodded by krw@
Diffstat (limited to 'lib/librthread')
-rw-r--r--lib/librthread/rthread.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/librthread/rthread.h b/lib/librthread/rthread.h
index 782cb3a7ee2..a777ad8c607 100644
--- a/lib/librthread/rthread.h
+++ b/lib/librthread/rthread.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rthread.h,v 1.49 2014/07/01 03:32:18 guenther Exp $ */
+/* $OpenBSD: rthread.h,v 1.50 2014/08/31 04:02:08 guenther Exp $ */
/*
* Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org>
* All Rights Reserved.
@@ -235,7 +235,6 @@ void _leave_delayed_cancel(pthread_t, int);
void _thread_dump_info(void);
/* syscalls */
-int getthrid(void);
void __threxit(pid_t *);
int __thrsleep(const volatile void *, clockid_t, const struct timespec *,
volatile void *, const int *);