d4402ecd3b
Reviewed by: br Sponsored by: Axiado Differential Revision: https://reviews.freebsd.org/D21537
10 lines
128 B
C
10 lines
128 B
C
/* $FreeBSD$ */
|
|
|
|
#ifndef _CRT_H_
|
|
#define _CRT_H_
|
|
|
|
#define HAVE_CTORS
|
|
#define INIT_CALL_SEQ(func) "call " __STRING(func)
|
|
|
|
#endif
|