Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 100659 | Differences between
and this patch

Collapse All | Expand All

(-)unistd.h.old (-2 / +2 lines)
Lines 467-476 type name (type1 arg1,type2 arg2,type3 a Link Here
467
long __res; \
467
long __res; \
468
__asm__ volatile (\
468
__asm__ volatile (\
469
	"pushl %%ebp\n\t" \
469
	"pushl %%ebp\n\t" \
470
	"movl %%eax,%%ebp\n\t" \
471
	"movl %1,%%eax\n\t" \
472
	"pushl %%ebx\n\t" \
470
	"pushl %%ebx\n\t" \
473
	"movl %2,%%ebx\n\t" \
471
	"movl %2,%%ebx\n\t" \
472
	"movl %%eax,%%ebp\n\t" \
473
	"movl %1,%%eax\n\t" \
474
	"int $0x80\n\t" \
474
	"int $0x80\n\t" \
475
	"popl %%ebx\n\t" \
475
	"popl %%ebx\n\t" \
476
	"popl %%ebp\n\t" \
476
	"popl %%ebp\n\t" \

Return to bug 100659