mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03: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:
committed by
Adhemerval Zanella
parent
6af0e51094
commit
cb09a3d497
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user