This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Fix send consolidation typo
- From: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- To: Marko Myllynen <myllynen at redhat dot com>
- Cc: Adhemerval Zanella <adhemerval dot zanella at linaro dot com>, GNU C Library <libc-alpha at sourceware dot org>
- Date: Fri, 10 Mar 2017 20:53:29 +0100
- Subject: Re: Fix send consolidation typo
- Authentication-results: sourceware.org; auth=none
- References: <07ee0766-2439-1beb-d871-2bd512e80ab4@redhat.com>
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