No longer needed, calls begin crtbegin & crtend were just removed.

This commit is contained in:
ross 1998-05-06 20:46:56 +00:00
parent cbd1bb578a
commit 03363828ac
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
/* $NetBSD: crt.h,v 1.1 1998/05/06 05:32:08 ross Exp $ */
/* Public Domain */
typedef void (*voidvoid)(void);
extern void __noconst_i(voidvoid *) __attribute__((section(".init")));
extern void __noconst_f(voidvoid *) __attribute__((section(".fini")));