mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-31 23:11:09 +00:00
(lose): Fix return type.
This commit is contained in:
parent
171511ec73
commit
a6291c3d51
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user