search for: fstatfs64

Displaying 3 results from an estimated 3 matches for "fstatfs64".

Did you mean: statfs64
2004 Jun 07
0
Massive code drop
I have released a patch for klibc which changes off_t to 64 bits, and hopefully deals with most of the rest of the fallout. We shouldn't be using any obsolescent types anymore, except for struct statfs (I intend to hack that next so we use statfs64() and fstatfs64()). We're still using some older system calls, like sigaction() instead of rt_sigaction() where available, but that's a pure convenience. -hpa
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...FOUND: bdflush SYSCALL FOUND: readv SYSCALL FOUND: remap_file_pages SYSCALL FOUND: sendfile64 SYSCALL FOUND: setgroups SYSCALL FOUND: sched_getscheduler SYSCALL FOUND: sysfs SYSCALL FOUND: chdir SYSCALL FOUND: stat64 SYSCALL FOUND: uname SYSCALL FOUND: setfsuid SYSCALL FOUND: getsid SYSCALL FOUND: fstatfs64 SYSCALL FOUND: brk SYSCALL FOUND: mpx SYSCALL FOUND: clock_nanosleep SYSCALL FOUND: setxattr SYSCALL FOUND: adjtimex SYSCALL FOUND: getpgid SYSCALL FOUND: fstat SYSCALL FOUND: getgroups SYSCALL FOUND: sigaltstack SYSCALL FOUND: sys_debug_setcontext SYSCALL FOUND: chown SYSCALL FOUND: timer_getoverr...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux