diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/librthread/pthread.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/librthread/pthread.h b/lib/librthread/pthread.h index 2510c34789a..cc656fb8440 100644 --- a/lib/librthread/pthread.h +++ b/lib/librthread/pthread.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pthread.h,v 1.2 2016/04/15 17:54:17 tedu Exp $ */ +/* $OpenBSD: pthread.h,v 1.3 2016/04/15 21:06:23 guenther Exp $ */ /* * Copyright (c) 2016 Philip Guenther <guenther@openbsd.org> * @@ -20,6 +20,11 @@ #include_next <pthread.h> +/* + * Functions with PROTO_NORMAL() here MUST have matching + * DEF_STD() or DEF_NONSTD() in the file where they are defined! + */ + PROTO_STD_DEPRECATED(pthread_attr_destroy); PROTO_STD_DEPRECATED(pthread_attr_getdetachstate); PROTO_STD_DEPRECATED(pthread_attr_getguardsize); |