c11: Do not use pthread_mutex_timedlock on NetBSD.
authorVinson Lee <vlee@freedesktop.org>
Fri, 24 Jan 2014 23:35:18 +0000 (15:35 -0800)
committerVinson Lee <vlee@freedesktop.org>
Sat, 25 Jan 2014 02:20:42 +0000 (18:20 -0800)
commita487b4d0e3dfdf21d9604d4e36c65c5113c4ce7a
tree60b5b822f9d60c5de95216a79b5114d83205fc34
parent6709f0549f60a52d76868f3a929e075a8971c7fb
c11: Do not use pthread_mutex_timedlock on NetBSD.

This patch fixes the NetBSD build.

NetBSD does not have pthread_mutex_timedlock.

  CC       glapi_dispatch.lo
threads_posix.h: In function 'mtx_timedlock':
threads_posix.h:216:5: error: implicit declaration of function 'pthread_mutex_timedlock'

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
include/c11/threads_posix.h