// 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.