mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
Fix send consolidation typo
Fix 60f9423b
type for alpha kernel-features.h definition.
* sysdeps/unix/sysv/linux/alpha/kernel-features.h
(__ASSUME_RECV_SYSCALL): Replace duplicate by
__ASSUME_SEND_SYSCALL.
This commit is contained in:
parent
6af0e51094
commit
cb09a3d497
@ -1,3 +1,9 @@
|
||||
2016-03-12 Marko Myllynen <myllynen@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/kernel-features.h
|
||||
(__ASSUME_RECV_SYSCALL): Replace duplicate by
|
||||
__ASSUME_SEND_SYSCALL.
|
||||
|
||||
2017-03-10 Stefan Liebler <stli@linux.vnet.ibm.com>
|
||||
|
||||
* math/auto-libm-test-out-catan: Regenerated.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user