diff options
author | Richard Henderson <rth@redhat.com> | 2004-10-15 07:06:56 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2004-10-15 07:06:56 +0000 |
commit | 6539c1ad6e56de46c4a077f701a15d8956754aea (patch) | |
tree | ac4888844865dfed59cf6e710291993dce09bb08 /ChangeLog | |
parent | c8d941c3d1d9d79c09108bf6650c03edaa252abd (diff) | |
download | glibc-6539c1ad6e56de46c4a077f701a15d8956754aea.zip glibc-6539c1ad6e56de46c4a077f701a15d8956754aea.tar.gz glibc-6539c1ad6e56de46c4a077f701a15d8956754aea.tar.bz2 |
* sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use prototype style definition. * sysdeps/unix/sysv/linux/alpha/adjtime.c (ADJTIME): If __ASSUME_TIMEVAL64, define __adjtime directly rather than via strong_alias.
2004-10-14 Richard Henderson <rth@redhat.com>
* sysdeps/alpha/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto
instead of static.
* sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use prototype
style definition.
* sysdeps/unix/sysv/linux/alpha/adjtime.c (ADJTIME): If
__ASSUME_TIMEVAL64, define __adjtime directly rather than
via strong_alias.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-10-14 Richard Henderson <rth@redhat.com> + + * sysdeps/alpha/dl-machine.h (elf_machine_rela, + elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto + instead of static. + + * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use prototype + style definition. + * sysdeps/unix/sysv/linux/alpha/adjtime.c (ADJTIME): If + __ASSUME_TIMEVAL64, define __adjtime directly rather than + via strong_alias. + 2004-10-14 Ulrich Drepper <drepper@redhat.com> * nscd/Makefile: When using compilers without -fpie support, also |