fixed socketpair() function in libck

git-svn-id: svn://kolibrios.org@8317 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
superturbocat2001 2020-12-04 06:40:20 +00:00
parent 8f1d0172f6
commit 195c220c21
2 changed files with 1 additions and 0 deletions

View File

@ -96,5 +96,6 @@ int socketpair()
asm volatile(
"int $0x40"
:"=b"(err_code)
:"a"(75), "b"(10)
);
}