(lose): Fix return type.

This commit is contained in:
Ulrich Drepper 1999-03-03 07:40:30 +00:00
parent 171511ec73
commit a6291c3d51

View File

@ -574,7 +574,7 @@ _dl_init_paths (const char *llp)
the compiled did so all the time. This increased the code size for
absolutely no good reason. */
#define LOSE(code, s) lose (code, fd, name, realname, l, s)
static void volatile
static void
__attribute__ ((noreturn))
lose (int code, int fd, const char *name, char *realname, struct link_map *l,
const char *msg)