aboutsummaryrefslogtreecommitdiff
path: root/src/malloc/oldmalloc/aligned_alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-02use syscall_arg_t and __scc macro for arguments to __alt_socketcall•••otherwise, pointer arguments are sign-extended on x32, resulting in EFAULT. Alex Xu (Hello71)1-3/+3
2022-08-01fix strings.h feature test macro usage due to missing features.hMichael Pratt1-0/+1
2022-08-01fix ESRCH error handling for clock_getcpuclockid•••the syscall used to probe availability of the clock fails with EINVAL when the requested pid does not exist, but clock_getcpuclockid is specified to use ESRCH for this purpose. Eugene Yudin1-0/+1