mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +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
|
the compiled did so all the time. This increased the code size for
|
||||||
absolutely no good reason. */
|
absolutely no good reason. */
|
||||||
#define LOSE(code, s) lose (code, fd, name, realname, l, s)
|
#define LOSE(code, s) lose (code, fd, name, realname, l, s)
|
||||||
static void volatile
|
static void
|
||||||
__attribute__ ((noreturn))
|
__attribute__ ((noreturn))
|
||||||
lose (int code, int fd, const char *name, char *realname, struct link_map *l,
|
lose (int code, int fd, const char *name, char *realname, struct link_map *l,
|
||||||
const char *msg)
|
const char *msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user