[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

dlerrstatsym

Syntax

 
#include <sys/dxe.h>

extern void (*dlerrstatsym) (const char *module, const char *symbol);

Description

This is a pointer to a function that is being called during static linking when the dynamic loader finds that some symbol is missing from dynamic module. The function should never return.

Portability

ANSI/ISO C No
POSIX No