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.c70 struct atexit_fn { struct
71 int fn_type; /* ATEXIT_? from above */
72 union {
75 } fn_ptr; /* function pointer */
76 void *fn_arg; /* argument for CXA callback */
77 void *fn_dso; /* shared module handle */