Lind-Project / native_client

native_client trusted code base
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Fixed DISPATCH_SYSCALL macro used to invoke flock. #139

Closed kpan2034 closed 1 year ago

kpan2034 commented 1 year ago

The arguments for flock that Native Client receives were not being passed to safeposix. This change fixes that so that the arguments are passed correctly.

rennergade commented 1 year ago

Minor fix for a dispatcher problem. Looks good.