mirror of https://git.musl-libc.org/git/musl
Browse Source
Linux v5.1 introduced ipc syscalls on targets where previously only SYS_ipc was available, change the logic such that the ipc code keeps using SYS_ipc which works backward compatibly on older kernels. This changes behaviour on microblaze which had both mechanisms, now SYS_ipc will be used instead of separate syscalls.master
committed by
Rich Felker
12 changed files with 12 additions and 12 deletions
Loading…
Reference in new issue