f86410093b
are indirect references, and I want to add a real __weak_reference() macro to <machine/cdefs.h> soon.
11 lines
148 B
C
11 lines
148 B
C
/*
|
|
* J.T. Conklin, December 12, 1994
|
|
* Public Domain
|
|
*/
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
#ifdef __indr_reference
|
|
__indr_reference(_vwarn, vwarn);
|
|
#endif
|