diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-03-10 12:51:33 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-03-10 12:51:33 -0500 |
commit | 028478fa40d85a73b19638dbe3f83b1acebf370c (patch) | |
tree | 03f5573c44e2cde7b809f44134526d202c8b29e2 /include/bits | |
parent | 908ea63341bbbca534411a0581cd16ba36e08706 (diff) | |
download | glibc-028478fa40d85a73b19638dbe3f83b1acebf370c.tar glibc-028478fa40d85a73b19638dbe3f83b1acebf370c.tar.gz glibc-028478fa40d85a73b19638dbe3f83b1acebf370c.tar.bz2 glibc-028478fa40d85a73b19638dbe3f83b1acebf370c.zip |
Fix copy relocations handling of unique objects.
Diffstat (limited to 'include/bits')
-rw-r--r-- | include/bits/dlfcn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/bits/dlfcn.h b/include/bits/dlfcn.h index cb4a5c202b..c31a645bc8 100644 --- a/include/bits/dlfcn.h +++ b/include/bits/dlfcn.h @@ -1,4 +1,3 @@ #include_next <bits/dlfcn.h> -extern void _dl_mcount_wrapper_check (void *__selfpc); libc_hidden_proto (_dl_mcount_wrapper_check) |