mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
Fix comment in kernel-features.h.
Use "was" not "were."
This commit is contained in:
parent
f877c4f2bf
commit
27e839f6f0
@ -1,5 +1,7 @@
|
||||
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
|
||||
[__LINUX_KERNEL_VERSION >= 0x020621]
|
||||
(__ASSUME_PROC_PID_TASK_COMM): Define.
|
||||
|
@ -202,7 +202,7 @@
|
||||
# define __ASSUME_RECVMMSG 1
|
||||
#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. */
|
||||
#if __LINUX_KERNEL_VERSION >= 0x020621
|
||||
# define __ASSUME_PROC_PID_TASK_COMM 1
|
||||
|
Loading…
Reference in New Issue
Block a user