diff options
author | 2008-06-25 14:58:54 +0000 | |
---|---|---|
committer | 2008-06-25 14:58:54 +0000 | |
commit | 4ab37d14b5cca587485ba7fcd03ea0303275b8ea (patch) | |
tree | ed2f89abe55d1859ce0f43a79ab6e7324afc6f15 /lib/libpthread/include/pthread.h | |
parent | Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX, (diff) | |
download | wireguard-openbsd-4ab37d14b5cca587485ba7fcd03ea0303275b8ea.tar.xz wireguard-openbsd-4ab37d14b5cca587485ba7fcd03ea0303275b8ea.zip |
Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112
now that we support all the _r functions required by POSIX 1003.1-2001.
Also define _POSIX_REENTRANT_FUNCTIONS. OK kurt@ deraadt@
Diffstat (limited to 'lib/libpthread/include/pthread.h')
-rw-r--r-- | lib/libpthread/include/pthread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/include/pthread.h b/lib/libpthread/include/pthread.h index 3dd31028b9d..ca837eb11f1 100644 --- a/lib/libpthread/include/pthread.h +++ b/lib/libpthread/include/pthread.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pthread.h,v 1.27 2007/03/15 12:42:39 kurt Exp $ */ +/* $OpenBSD: pthread.h,v 1.28 2008/06/25 14:58:54 millert Exp $ */ /* * Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu @@ -73,7 +73,6 @@ #define _POSIX_THREAD_PRIO_INHERIT 1 #define _POSIX_THREAD_PRIO_PROTECT 1 /* #define _POSIX_THREAD_PROCESS_SHARED */ -#define _POSIX_THREAD_SAFE_FUNCTIONS 1 /* * Flags for threads and thread attributes. |