diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-09-20 22:23:32 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-09-20 22:23:32 +0000 |
| commit | 7ec538840c31b7d902124824cf6bbaffbcc6c3f9 (patch) | |
| tree | c1ed7b6529fd452a6574631c9e99f11f0f34e423 | |
| parent | d595e25a8284f762e75a2e06cd77b535564f3903 (diff) | |
Notes
| -rw-r--r-- | lib/csu/sparc64/crt1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/csu/sparc64/crt1.c b/lib/csu/sparc64/crt1.c index a0945c4b0fc3..379696535dc5 100644 --- a/lib/csu/sparc64/crt1.c +++ b/lib/csu/sparc64/crt1.c @@ -53,7 +53,6 @@ extern void _init(void); extern int main(int, char **, char **); extern void _start(char **, void (*)(void), struct Struct_Obj_Entry *, struct ps_strings *); -extern void __sparc_sigtramp_setup(void); extern void __sparc_utrap_setup(void); #ifdef GCRT |
