projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
171511e
)
(lose): Fix return type.
author
Ulrich Drepper
<drepper@redhat.com>
Wed, 3 Mar 1999 07:40:30 +0000
(07:40 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Wed, 3 Mar 1999 07:40:30 +0000
(07:40 +0000)
elf/dl-load.c
patch
|
blob
|
history
diff --git
a/elf/dl-load.c
b/elf/dl-load.c
index b5e2ba9990e28f3a21b6a8505f21cc9285f69a7b..e24a66003540cc46af12577adf919264883da82b 100644
(file)
--- a/
elf/dl-load.c
+++ b/
elf/dl-load.c
@@
-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)