projects
/
gcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37fa752
)
Version_2_6_13pre8b
author
Camm Maguire
<camm@debian.org>
Mon, 30 Dec 2019 15:46:22 +0000
(15:46 +0000)
committer
Camm Maguire
<camm@debian.org>
Mon, 30 Dec 2019 15:46:22 +0000
(15:46 +0000)
Gbp-Pq: Name Version_2_6_13pre8b
o/prelink.c
patch
|
blob
|
history
diff --git
a/o/prelink.c
b/o/prelink.c
index 609f72b27d338ef83671cd43b1104535ba3471c9..b6fcb478e66408ae940b7e5808d662983a0c79ee 100644
(file)
--- a/
o/prelink.c
+++ b/
o/prelink.c
@@
-2,6
+2,12
@@
#include "include.h"
+extern FILE *stdin __attribute__((weak));
+extern FILE *stderr __attribute__((weak));
+extern FILE *stdout __attribute__((weak));
+extern rl_compentry_func_t *rl_completion_entry_function __attribute__((weak));
+extern const char *rl_readline_name __attribute__((weak));
+
void
prelink_init(void) {