summaryrefslogtreecommitdiffstats
path: root/lib/libthr/pthread.map
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-10-25 00:09:58 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-10-25 00:09:58 +0000
commit108506206f8ddc6b3e45bcd3bed6e6dd743f6e3a (patch)
tree6a4f9b53d8ad9c943fda078505ce34a4a2e1ae56 /lib/libthr/pthread.map
parent8a23adf1e1e4c7e2ba64776dd5fc068308f92075 (diff)
downloadFreeBSD-src-108506206f8ddc6b3e45bcd3bed6e6dd743f6e3a.zip
FreeBSD-src-108506206f8ddc6b3e45bcd3bed6e6dd743f6e3a.tar.gz
Put pthread_condattr_init sorted order.
Diffstat (limited to 'lib/libthr/pthread.map')
-rw-r--r--lib/libthr/pthread.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map
index 8d01883..39f019a 100644
--- a/lib/libthr/pthread.map
+++ b/lib/libthr/pthread.map
@@ -237,9 +237,9 @@ global:
pthread_cond_timedwait;
pthread_cond_wait;
pthread_condattr_destroy;
- pthread_condattr_init;
pthread_condattr_getclock;
pthread_condattr_getpshared;
+ pthread_condattr_init;
pthread_condattr_setclock;
pthread_condattr_setpshared;
pthread_create;
OpenPOWER on IntegriCloud