Dr. Werner Fink 2012-07-19 12:07:36 +00:00 committed by Git OBS Bridge
parent 3f0c4a16f5
commit 1af0c3e088
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 19 12:04:50 UTC 2012 - werner@suse.de
- Do not mask internal _rl symbols as internal as there are many
tools out there which uses them (gdb as an example)
-------------------------------------------------------------------
Wed Jul 18 11:17:00 UTC 2012 - werner@suse.de

View File

@ -356,7 +356,7 @@ pushd ../readline-%{rl_vers}%{extend}
(cat > rl.map)<<-'EOF'
{
local:
_rl*;
/* _rl*; */
xfree;
xmalloc;
xrealloc;