Fix send consolidation typo
Marko Myllynen
myllynen@redhat.com
Fri Mar 10 16:37:00 GMT 2017
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
More information about the Libc-alpha
mailing list