forked from KolibriOS/kolibrios
fixed socketpair() function in libck
git-svn-id: svn://kolibrios.org@8317 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
8f1d0172f6
commit
195c220c21
Binary file not shown.
@ -96,5 +96,6 @@ int socketpair()
|
||||
asm volatile(
|
||||
"int $0x40"
|
||||
:"=b"(err_code)
|
||||
:"a"(75), "b"(10)
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user