[PATCH] alpha: fix typo in timer_settime include

Joseph S. Myers joseph@codesourcery.com
Sat Jan 30 00:13:00 GMT 2010


On Tue, 12 Jan 2010, Matt Turner wrote:

> 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?

I have committed this patch.

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-ports mailing list