Re: Kernel Version

2009-03-21 Thread Petr Baudis
Hello, On Sat, Mar 21, 2009 at 01:28:15AM +0530, Shameem Ahamed wrote: > Is there any glibc supported system call or library function which returns > the kernel details ( specifically the architecture, whether it is a 32 bit > or 64 bit). I was thinking that sysconf system call supports it.

Re: Kernel Version

2009-03-20 Thread Mike Frysinger
On Friday 20 March 2009 15:58:15 Shameem Ahamed wrote: > Is there any glibc supported system call or library function which returns > the kernel details ( specifically the architecture, whether it is a 32 bit > or 64 bit). I was thinking that sysconf system call supports it. But i > checked the m