mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix comment in kernel-features.h.
Use "was" not "were."
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2014-02-05 Carlos O'Donell <carlos@rehdat.com>
|
2014-02-05 Carlos O'Donell <carlos@rehdat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/kernel-features.h
|
* sysdeps/unix/sysv/linux/kernel-features.h
|
||||||
[__LINUX_KERNEL_VERSION >= 0x020621]
|
[__LINUX_KERNEL_VERSION >= 0x020621]
|
||||||
(__ASSUME_PROC_PID_TASK_COMM): Define.
|
(__ASSUME_PROC_PID_TASK_COMM): Define.
|
||||||
|
@ -202,7 +202,7 @@
|
|||||||
# define __ASSUME_RECVMMSG 1
|
# define __ASSUME_RECVMMSG 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Support for /proc/self/task/$tid/comm and /proc/$pid/task/$tid/comm were
|
/* Support for /proc/self/task/$tid/comm and /proc/$pid/task/$tid/comm was
|
||||||
added in 2.6.33. */
|
added in 2.6.33. */
|
||||||
#if __LINUX_KERNEL_VERSION >= 0x020621
|
#if __LINUX_KERNEL_VERSION >= 0x020621
|
||||||
# define __ASSUME_PROC_PID_TASK_COMM 1
|
# define __ASSUME_PROC_PID_TASK_COMM 1
|
||||||
|
Reference in New Issue
Block a user