Home
last modified time | relevance | path

Searched defs:atexit_fn (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Datexit.c67 struct atexit_fn { struct
68 int fn_type; /* ATEXIT_? from above */
69 union {
72 } fn_ptr; /* function pointer */
73 void *fn_arg; /* argument for CXA callback */
74 void *fn_dso; /* shared module handle */