diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-04 22:18:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-04 22:18:26 +0000 |
commit | fa0ad20487f0445d888e81a64a5d3a64f448631d (patch) | |
tree | c34d23b43dfdbb7a49b107d9d2f2b4fc3dc0dc75 /sysdeps/unix | |
parent | 45b28a8f0b36a48ab37ca973c2a93d8c43120488 (diff) | |
download | glibc-fa0ad20487f0445d888e81a64a5d3a64f448631d.tar.gz glibc-fa0ad20487f0445d888e81a64a5d3a64f448631d.tar.xz glibc-fa0ad20487f0445d888e81a64a5d3a64f448631d.zip |
* sysdeps/unix/start.c: Remove spurious decl and #endif.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/start.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/start.c b/sysdeps/unix/start.c index c00aa5c940..e58bb3804d 100644 --- a/sysdeps/unix/start.c +++ b/sysdeps/unix/start.c @@ -60,8 +60,6 @@ DEFUN_VOID(_start) /* Make an alias called `start' (no leading underscore, so it can't conflict with C symbols) for `_start'. This is the name vendor crt0.o's tend to use, and thus the name most linkers expect. */ -void _start (void) asm ("start"); -#endif asm (".set start, __start"); #endif |