Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
struct dirent64.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Declare with warn_unused_result.
(setgid, setregid, setegid, setresgid): Likewise.
* sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
Likewise.
* WUR-REPORT: Remove set*id functions.
|
|
|
|
(__ptrace_eventcodes): Add new value PTRACE_EVENT_SECCOMP from Linux 3.5.
(__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust PTRACE_O_MASK.
|
|
Add EPOLLWAKEUP.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__fortify_fail has »__attribute__ ((__noreturn__))«.
|
|
debug/tst-longjmp_chk2 now passes.
|
|
|
|
This is only relevant when returning from a context with »uc_link == NULL«,
which is not exercised in the testsuite.
|
|
stdlib/tst-setcontext and stdlib/tst-makecontext3 now pass.
|
|
|
|
sysdeps/unix/sysv/linux/sh/bits/atomic.h.
|
|
|
|
The tst-getcpu test is failing on ia64 platforms due to sched_getcpu
returning an error. But the current test only considers -1 when it's
also ENOSYS. Tweak the logic a bit to make the output clearer.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|