/uname-tool-for-Android

A very very simple uname tool ported to the Android platform

Primary LanguageC

How to compile:

arm-linux-gnueabi-gcc -static uname.c -o uname

Please use the "-static" option or it won't work.
Android use a customized (and optimized) version of the libc, called Bionic.