diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2018-03-31 22:06:23 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2018-03-31 22:06:23 +0000 |
commit | 4fa0b9b0f2b28e05406db2206a16400e8ad7b47e (patch) | |
tree | de6e8c03de3b41220426fed3477f9bd21604643b /lib/libc | |
parent | 14629b3e0e7d4acfa490186fd2ed18664f2243bd (diff) |
Mark pthread_equal() as unused inside libc
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/hidden/pthread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/hidden/pthread.h b/lib/libc/hidden/pthread.h index e16712dfbb1..2cbd571eb2a 100644 --- a/lib/libc/hidden/pthread.h +++ b/lib/libc/hidden/pthread.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pthread.h,v 1.4 2017/11/04 22:53:57 jca Exp $ */ +/* $OpenBSD: pthread.h,v 1.5 2018/03/31 22:06:22 guenther Exp $ */ /* * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org> * @@ -31,6 +31,7 @@ PROTO_STD_DEPRECATED(pthread_condattr_destroy); PROTO_STD_DEPRECATED(pthread_condattr_getclock); PROTO_STD_DEPRECATED(pthread_condattr_init); PROTO_STD_DEPRECATED(pthread_condattr_setclock); +PROTO_STD_DEPRECATED(pthread_equal); PROTO_NORMAL(pthread_exit); PROTO_NORMAL(pthread_getspecific); PROTO_NORMAL(pthread_key_create); |