mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 23:55:19 -04:00
Enabling BSD_CRTBEGIN on amd64 resulted in error: unused variable '__CTOR_LIST__'. __CTOR_LIST__ is indeed unused in crtbegin.c; it marks the beginning of the .ctors array and is used in crtend.c. Annotate __DTOR_LIST__ as well for consistency. Discussed with: andrew MFC with: r339738 Sponsored by: The FreeBSD Foundation |
||
|---|---|---|
| .. | ||
| crtbegin.c | ||
| crtbrand.c | ||
| crtend.c | ||
| ignore_init.c | ||
| notes.h | ||