From: swildner Date: Sat, 21 Apr 2012 11:41:33 +0000 (-0700) Subject: (no commit message) X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/fb6dd7265f3fa31e8dac7b56588b15417d6dea2b --- diff --git a/posix_checklists/index.mdwn b/posix_checklists/index.mdwn index 27f84cc8..52b4a172 100644 --- a/posix_checklists/index.mdwn +++ b/posix_checklists/index.mdwn @@ -5,6 +5,9 @@ Missing routines for POSIX: * sem_timedwait: Disabled in libthread for some reason [optional] +* we only support the PTHREAD_PROCESS_PRIVATE as process-shared attribute for pthread_barrierattr*() +[e.g. in pthread_barrierattr_setpshared()] + 200809 * sigqueue : optional in 200112, required in 200809.