this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert part of an LKM update

See darlinghq/darling-newlkm@de0b2756a7104644510101a468d9c325c62407b3

+1 -1
+1 -1
src/kernel/emulation/linux/psynch/psynch_errno.c
··· 10 10 11 11 rv = -rv; 12 12 top = rv & 0xffffff00; 13 - rv = rv & 0xff; 13 + rv = errno_linux_to_bsd(rv & 0xff); 14 14 rv |= top; 15 15 16 16 return -rv;