search for: dce25f9

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

2006 May 05
0
[patch] m68k archstat typo
...de/arch/m68k/klibc/archstat.h:12: error: syntax error before '__dev64' better use __stdev64 defined in klibc/stathelp.h Signed-off-by: maximilian attems <maks@sternwelten.at> diff --git a/usr/include/arch/m68k/klibc/archstat.h b/usr/include/arch/m68k/klibc/archstat.h index 89c0341..dce25f9 100644 --- a/usr/include/arch/m68k/klibc/archstat.h +++ b/usr/include/arch/m68k/klibc/archstat.h @@ -9,7 +9,7 @@ * insane padding around dev_t's. */ struct stat { - __dev64 (st_dev); + __stdev64 (st_dev); unsigned char __pad1[2]; unsigned long __st_ino; @@ -20,7 +20,7 @@ struct stat...
2006 Jun 26
0
[klibc 27/43] m68k support for klibc
...definitions + * + */ + +#ifndef _KLIBC_ARCHSIGNAL_H +#define _KLIBC_ARCHSIGNAL_H + +#include <asm/signal.h> +/* No special stuff for this architecture */ + +#endif diff --git a/usr/include/arch/m68k/klibc/archstat.h b/usr/include/arch/m68k/klibc/archstat.h new file mode 100644 index 0000000..dce25f9 --- /dev/null +++ b/usr/include/arch/m68k/klibc/archstat.h @@ -0,0 +1,38 @@ +#ifndef _KLIBC_ARCHSTAT_H +#define _KLIBC_ARCHSTAT_H + +#include <klibc/stathelp.h> + +#define _STATBUF_ST_NSEC + +/* This matches struct stat64 in glibc2.1, hence the absolutely + * insane padding around dev_t's...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: