diff options
author | Roland McGrath <roland@gnu.org> | 2004-10-20 06:20:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-10-20 06:20:16 +0000 |
commit | 28767054dacd7fc4793cc61c7dfca8fc037ef206 (patch) | |
tree | adbdf22e1094a589b8c28ea6da5460aa29d68032 | |
parent | 7e46ec8cccbf9c721e58ff458e81cb548e43f2ab (diff) | |
download | glibc-28767054dacd7fc4793cc61c7dfca8fc037ef206.tar.gz glibc-28767054dacd7fc4793cc61c7dfca8fc037ef206.tar.xz glibc-28767054dacd7fc4793cc61c7dfca8fc037ef206.zip |
typo
* sysdeps/generic/ldsodefs.h (_dl_debug_state): Don't mark as
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d140360f48..83739965c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ * elf/Versions [ld, GLIBC_PRIVATE]: Add _dl_debug_state. * elf/dl-debug.c (_dl_debug_state): Add rtld_hidden_def. - * sysdeps/generic/ldsodefs.h (_dl_debug_state): Don't maek as + * sysdeps/generic/ldsodefs.h (_dl_debug_state): Don't mark as hidden but use rtld_hidden_proto. 2004-10-19 Alfred M. Szmidt <ams@gnu.org> |