aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/tst-setgetname.c
AgeCommit message (Collapse)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
* All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
2017-05-08Remove __ASSUME_PROC_PID_TASK_COMM.Joseph Myers
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.
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-10-24Fix -Wformat-length warning in tst-setgetname.cSteve Ellcey
* sysdeps/unix/sysv/linux/tst-setgetname.c: Increase buffer size.
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-29Fix a couple of -Wundef warnings.Chris Metcalf
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath