Closed rajdakin closed 2 weeks ago
This PR adds the E calling convention to 32-bits wrapped libraries, which is the System V calling convention with copying of errno before and after the function call, to handle errno-aware functions.
E
errno
This PR adds the
E
calling convention to 32-bits wrapped libraries, which is the System V calling convention with copying oferrno
before and after the function call, to handleerrno
-aware functions.