search for: __statfs64

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

2013 Oct 09
0
[PATCH 1/1] Porting klibc to AArch64
...t; pid_t fork(); <sparc,sparc64> pid_t fork at forkish(); #endif #if _KLIBC_REAL_VFORK @@ -91,7 +91,7 @@ int mount(const char *, const char *, const char *, unsigned long, const void *) <?> int pivot_root(const char *, const char *); int sync(); #ifdef __NR_statfs64 -int statfs64::__statfs64(const char *, size_t, struct statfs *); +int statfs64::__statfs64(const char *, struct statfs *); #else int statfs(const char *, struct statfs *); #endif @@ -109,7 +109,7 @@ int swapoff(const char *); <!aarch64> int access(const char *, int); int faccessat(int, const char *, int, int);...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...nclude -I/root/gen/trunk/knl/linux/usr//arch/powerpc/include -D__KLIBC__=2 -D__KLIBC_MINOR__=0 -D_BITSIZE=32 -fno-stack-protector -fwrapv -m32 -Os -W -Wall -Wno-sign-compare -Wno-unused-parameter -c -o usr/klibc/syscalls/sync.o usr/klibc/syscalls/sync.S ppc-linux-gcc -Wp,-MD,usr/klibc/syscalls/.__statfs64.o.d -D__ASSEMBLY__ -nostdinc -iwithprefix include -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/arch/ppc -Iusr/include/arch/ppc -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/bits32 -Iusr/include/bits32 -I/root/ofs/trunk/packages/klibc-2.0.2/usr/klibc/../include -Iusr/klibc/../include...
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