Skip to content

Commit

Permalink
* sysdeps/unix/start.c: Remove spurious decl and #endif.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Apr 4, 1995
1 parent 45b28a8 commit fa0ad20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Tue Apr 4 00:48:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>

* sysdeps/unix/start.c: Remove spurious decl and #endif.

* misc/progname.c (program_invocation_name,
program_invocation_short_name): Make these initialized data
definitions.
Expand Down
2 changes: 0 additions & 2 deletions sysdeps/unix/start.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fa0ad20

Please sign in to comment.