[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <sys/dxe.h> extern void (*dlerrstatmod) (const char *module); |
This is a pointer to a function (e.g. replaceable) containing a pointer to a function that is called when static linking fails because of missing module. Note that due to delayed nature of static linkage, the error can pop up very late! If you want to check it at startup, call the "load_MODULENAME" function explicitly. The function should never return.
ANSI/ISO C | No |
POSIX | No |