dthain/basekernel

Dup is Backwards

Closed this issue · 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.

My mistake - The order was correct in the first place!