diff options
author | jasone <jasone@FreeBSD.org> | 2007-11-27 16:22:21 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2007-11-27 16:22:21 +0000 |
commit | a32c67c9ab76d6bb3fb57b85250e614484fcd907 (patch) | |
tree | 8f33088c71723a126250a36d91cb7296107061df | |
parent | 3a7e672361dca6317e7ad2e486c59fff280c7bb3 (diff) | |
download | FreeBSD-src-a32c67c9ab76d6bb3fb57b85250e614484fcd907.zip FreeBSD-src-a32c67c9ab76d6bb3fb57b85250e614484fcd907.tar.gz |
Add _pthread_mutex_init_calloc_cb to libc's map, for which malloc defines
a stub.
-rw-r--r-- | lib/libc/gen/Symbol.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/Symbol.map b/lib/libc/gen/Symbol.map index 697775a..e2f62d6 100644 --- a/lib/libc/gen/Symbol.map +++ b/lib/libc/gen/Symbol.map @@ -378,6 +378,7 @@ FBSDprivate_1.0 { _pthread_kill; _pthread_main_np; _pthread_mutex_destroy; + _pthread_mutex_init_calloc_cb; _pthread_mutex_init; _pthread_mutex_lock; _pthread_mutex_trylock; |