This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] alpha: fix typo in timer_settime include


On Wed, Dec 2, 2009 at 10:21 PM, Mike Frysinger <vapier@gentoo.org> wrote:
> 2009-12-02 ?Mike Frysinger <vapier@gentoo.org>
>
> ? ? ? ?* sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
> ? ? ? ?include timer_gettime.c -> timer_settime.c.
>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
> ?sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c b/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
> index c110669..93d4ad9 100644
> --- a/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
> +++ b/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
> @@ -1 +1 @@
> -#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c>
> +#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c>
> --
> 1.6.5.3

Looks good to me. Joseph, would you please commit this?

Matt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]