1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/include
Andrew Tridgell 310875e637 Change our module code to not use the special symbol name init_module()
Current glibc libraries include a function called init_module(). If we
use the same name, then a dlsym() can find the glibc function if the
module doesn't have an initialisation function.

In ldb, none of our modules have an init_module(), so we end up calling the libc
functions with bogus arguments.
(This used to be commit 1b06210689)
2008-06-17 13:11:29 +10:00
..
includes.h Change our module code to not use the special symbol name init_module() 2008-06-17 13:11:29 +10:00
local.h r10587: Remove unused constants 2007-10-10 13:39:08 -05:00
pstring.h r25619: As perhaps could have been expected, the CFLAGS hack broke all non-gcc 2007-12-21 05:42:55 +01:00