projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7b901d
)
[ASan] Remove the declarations of pthread_workqueue_t and pthread_workitem_handle_t...
author
Alexander Potapenko
<glider@google.com>
Tue, 22 Jan 2013 10:32:06 +0000
(10:32 +0000)
committer
Alexander Potapenko
<glider@google.com>
Tue, 22 Jan 2013 10:32:06 +0000
(10:32 +0000)
Kudos to Jeremy Huddleston Sequoia <jeremyhu@apple.com>
llvm-svn: 173143
compiler-rt/lib/asan/asan_mac.cc
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/asan/asan_mac.cc
b/compiler-rt/lib/asan/asan_mac.cc
index 8e9030305e91661a7fc9a8a62c997e2da92dea88..4c6f5d30320c9b8413b9ea5c701657c9a644e4c9 100644
(file)
--- a/
compiler-rt/lib/asan/asan_mac.cc
+++ b/
compiler-rt/lib/asan/asan_mac.cc
@@
-228,9
+228,6
@@
mach_error_t __interception_deallocate_island(void *ptr) {
// The implementation details are at
// http://libdispatch.macosforge.org/trac/browser/trunk/src/queue.c
-typedef void* pthread_workqueue_t;
-typedef void* pthread_workitem_handle_t;
-
typedef void* dispatch_group_t;
typedef void* dispatch_queue_t;
typedef void* dispatch_source_t;