Closed this issue 6 years ago · 1 comments
syscall_object_dup(a,b) has the opposite argument order than dup(a,b) in Unix, which is unnecessarily confusing. Change the system call and each of the places where it is invoked.
syscall_object_dup(a,b)
dup(a,b)
My mistake - The order was correct in the first place!