summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-17 21:44:09 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-17 21:44:09 +0200
commit4c9332bfdc9ccd793b6ded3168602195913cedb3 (patch)
tree816825fb7aa7b52e4a431221ab80fd7ec292a859
parent2ada7e5b4df4eacc8d6b046b4024d6662dd7d1cb (diff)
Fix build with hidden symbols
* forward.c (__register_atfork): Add missing def for hidden symbol.
-rw-r--r--forward.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/forward.c b/forward.c
index c819357..0ee84a0 100644
--- a/forward.c
+++ b/forward.c
@@ -246,6 +246,7 @@ __register_atfork (
return 0;
}
+libc_hidden_def (__register_atfork)
void
__unregister_atfork (void *dso_handle)