/* You don't really want to know what this hack is for.
- Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
}
+extern void _start (void) __attribute__ ((noreturn));
void
+__attribute__ ((noreturn))
_start (void)
{
char *buf = NULL;