Herbert Poetzl wrote:

> here is an example which simply fails on x86_64 when
> compiled with dietlibc (0.27, 0.28, cvs, debian, fc3, suse ;)
> 
> [...]
> 
> $ diet gcc -o sysx sysx.c -lcompat
> 
> $ ./sysx 
> $ echo $?
>   236

What is the expected behaviour? With glibc I'm getting:
# ./sysx
ret = 65573

However when changed your testcase to use _syscall3() as utils-vserver
do I'm getting the same output even with dietlibc.

Michal Ludvig
-- 
* Personal homepage: http://www.logix.cz/michal
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to