diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2016-05-17 09:56:22 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2016-05-17 09:56:22 +0000 |
| commit | 2a339d9e3dc129f0b0b79c2cb8d2bb0386fb0f5f (patch) | |
| tree | d626a38beb7329b5a3aa09877b11a5ec03a6eb38 /lib/libthr/pthread.map | |
| parent | 5105a92c4945e74f7d7c5eb97969d3e7da8fea9b (diff) | |
Notes
Diffstat (limited to 'lib/libthr/pthread.map')
| -rw-r--r-- | lib/libthr/pthread.map | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map index 9fb72ebbad8d7..e5683932b39cd 100644 --- a/lib/libthr/pthread.map +++ b/lib/libthr/pthread.map @@ -315,3 +315,9 @@ FBSD_1.1 { FBSD_1.2 { pthread_getthreadid_np; }; + +FBSD_1.4 { + pthread_mutex_consistent; + pthread_mutexattr_getrobust; + pthread_mutexattr_setrobust; +}; |
