Rombobjörn

summaryrefslogtreecommitdiff
path: root/thread_wrapper/pthread_create_locator.h
diff options
context:
space:
mode:
authorBjörn Persson <bjorn@rombobjörn.se>2013-01-16 23:40:05 +0100
committerBjörn Persson <bjorn@rombobjörn.se>2013-01-16 23:40:05 +0100
commitab689196c9623c238cd7e3919be209001a37dc2a (patch)
treeb356d7350dd5273d13d380406f633a56a254901a /thread_wrapper/pthread_create_locator.h
parent526920ed5abdc31c4135fb34fcb617b3cf9320c3 (diff)
Added the thread wrapper module.
Diffstat (limited to 'thread_wrapper/pthread_create_locator.h')
-rw-r--r--thread_wrapper/pthread_create_locator.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/thread_wrapper/pthread_create_locator.h b/thread_wrapper/pthread_create_locator.h
new file mode 100644
index 0000000..04a1567
--- /dev/null
+++ b/thread_wrapper/pthread_create_locator.h
@@ -0,0 +1,12 @@
+// Ada Milter API thread wrapper
+// Copyright 2013 B. Persson, Bjorn@Rombobeorn.se
+//
+// This library is free software: you can redistribute it and/or modify it
+// under the terms of the GNU General Public License version 3, as published
+// by the Free Software Foundation.
+
+
+void* dlsym_next_pthread_create();
+// dlsym_next_pthread_create returns the address of the next symbol named
+// "pthread_create" in the library search order - that is the first one in a
+// dynamic library as this code must be in the main executable.