Message ID | 07ee0766-2439-1beb-d871-2bd512e80ab4@redhat.com |
---|---|
State | New |
Headers | show |
Yes, this was a mistake from my part. Please commit this and thanks for checking this out. > On 10 Mar 2017, at 17:37, Marko Myllynen <myllynen@redhat.com> wrote: > > Hi, > > Looks like the define should be corrected here? Unless I'm missing > something the ChangeLog entry of 60f9423b has few similar issues? > > > 2016-03-10 Marko Myllynen <myllynen@redhat.com> > > * sysdeps/unix/sysv/linux/alpha/kernel-features.h > (__ASSUME_RECV_SYSCALL): Replace duplicate by > __ASSUME_SEND_SYSCALL. > > > --- > sysdeps/unix/sysv/linux/alpha/kernel-features.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sysdeps/unix/sysv/linux/alpha/kernel-features.h b/sysdeps/unix/sysv/linux/alpha/kernel-features.h > index 93ba14a..53f7611 100644 > --- a/sysdeps/unix/sysv/linux/alpha/kernel-features.h > +++ b/sysdeps/unix/sysv/linux/alpha/kernel-features.h > @@ -33,6 +33,6 @@ > #define __NR_shmat __NR_osf_shmat > > #define __ASSUME_RECV_SYSCALL 1 > -#define __ASSUME_RECV_SYSCALL 1 > +#define __ASSUME_SEND_SYSCALL 1 > > #endif /* _KERNEL_FEATURES_H */ > > Thanks, > > -- > Marko Myllynen
diff --git a/sysdeps/unix/sysv/linux/alpha/kernel-features.h b/sysdeps/unix/sysv/linux/alpha/kernel-features.h index 93ba14a..53f7611 100644 --- a/sysdeps/unix/sysv/linux/alpha/kernel-features.h +++ b/sysdeps/unix/sysv/linux/alpha/kernel-features.h @@ -33,6 +33,6 @@ #define __NR_shmat __NR_osf_shmat #define __ASSUME_RECV_SYSCALL 1 -#define __ASSUME_RECV_SYSCALL 1 +#define __ASSUME_SEND_SYSCALL 1 #endif /* _KERNEL_FEATURES_H */