diff options
| author | Joseph Myers <joseph@codesourcery.com> | 2017-05-08 16:44:54 +0000 |
|---|---|---|
| committer | Joseph Myers <joseph@codesourcery.com> | 2017-05-08 16:44:54 +0000 |
| commit | 1721145f0341d70a6d7807b172c5eb400b508fc0 (patch) | |
| tree | 61dadb8a2fd3785448329e189d1ca39c8cd621d2 /ChangeLog | |
| parent | 1278ed2c645cc31fc5a71febf309bbec9a9d9f90 (diff) | |
| download | glibc-1721145f0341d70a6d7807b172c5eb400b508fc0.tar.xz glibc-1721145f0341d70a6d7807b172c5eb400b508fc0.zip | |
Remove __ASSUME_PROC_PID_TASK_COMM.
This patch removes the __ASSUME_PROC_PID_TASK_COMM macro, and
associated conditional code (in a testcase), now that 3.2 is the
global minimum Linux kernel version supported.
Tested for x86_64.
* sysdeps/unix/sysv/linux/kernel-features.h
(__ASSUME_PROC_PID_TASK_COMM): Remove macro.
* sysdeps/unix/sysv/linux/tst-setgetname.c: Do not include
<kernel-features.h>.
(do_test) [!__ASSUME_PROC_PID_TASK_COMM]: Remove conditional code.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2017-05-08 Joseph Myers <joseph@codesourcery.com> + * sysdeps/unix/sysv/linux/kernel-features.h + (__ASSUME_PROC_PID_TASK_COMM): Remove macro. + * sysdeps/unix/sysv/linux/tst-setgetname.c: Do not include + <kernel-features.h>. + (do_test) [!__ASSUME_PROC_PID_TASK_COMM]: Remove conditional code. + * sysdeps/unix/sysv/linux/x86_64/kernel-features.h (__ASSUME_GETCPU_SYSCALL): Remove macro. |
