diff options
Diffstat (limited to 'lib/librthread/pthread_np.h')
-rw-r--r-- | lib/librthread/pthread_np.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librthread/pthread_np.h b/lib/librthread/pthread_np.h index 1f110fc0186..771d5a68046 100644 --- a/lib/librthread/pthread_np.h +++ b/lib/librthread/pthread_np.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pthread_np.h,v 1.1 2016/04/02 19:56:53 guenther Exp $ */ +/* $OpenBSD: pthread_np.h,v 1.2 2019/02/04 17:18:08 tedu Exp $ */ /* * Copyright (c) 2016 Philip Guenther <guenther@openbsd.org> * @@ -23,6 +23,7 @@ PROTO_DEPRECATED(pthread_main_np); PROTO_DEPRECATED(pthread_mutexattr_getkind_np); PROTO_DEPRECATED(pthread_mutexattr_setkind_np); +PROTO_DEPRECATED(pthread_get_name_np); PROTO_DEPRECATED(pthread_set_name_np); PROTO_DEPRECATED(pthread_stackseg_np); |