diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index aabf69d64c..784f4dd491 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -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 |