search for: e655680

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

Did you mean: e6550
2006 Jun 26
0
[klibc 23/43] cris support for klibc
...; /* future possible st_blocks high bits */ + + struct timespec st_atim; + struct timespec st_mtim; + struct timespec st_ctim; + + unsigned long long st_ino; +}; + +#endif diff --git a/usr/include/arch/cris/klibc/archsys.h b/usr/include/arch/cris/klibc/archsys.h new file mode 100644 index 0000000..e655680 --- /dev/null +++ b/usr/include/arch/cris/klibc/archsys.h @@ -0,0 +1,12 @@ +/* + * arch/cris/include/klibc/archsys.h + * + * Architecture-specific syscall definitions + */ + +#ifndef _KLIBC_ARCHSYS_H +#define _KLIBC_ARCHSYS_H + +/* No special syscall definitions for this architecture */ + +#endif...
2006 Jun 26
0
[klibc 22/43] arm support for klibc
...locks; /* Number 512-byte blocks allocated. */ + + struct timespec st_atim; + struct timespec st_mtim; + struct timespec st_ctim; + + unsigned long long st_ino; +}; + +#endif diff --git a/usr/include/arch/arm/klibc/archsys.h b/usr/include/arch/arm/klibc/archsys.h new file mode 100644 index 0000000..e655680 --- /dev/null +++ b/usr/include/arch/arm/klibc/archsys.h @@ -0,0 +1,12 @@ +/* + * arch/cris/include/klibc/archsys.h + * + * Architecture-specific syscall definitions + */ + +#ifndef _KLIBC_ARCHSYS_H +#define _KLIBC_ARCHSYS_H + +/* No special syscall definitions for this architecture */ + +#endif...
2006 Jun 26
0
[klibc 24/43] i386 support for klibc
...cks; /* Number 512-byte blocks allocated. */ + + struct timespec st_atim; + struct timespec st_mtim; + struct timespec st_ctim; + + unsigned long long st_ino; +}; + +#endif diff --git a/usr/include/arch/i386/klibc/archsys.h b/usr/include/arch/i386/klibc/archsys.h new file mode 100644 index 0000000..e655680 --- /dev/null +++ b/usr/include/arch/i386/klibc/archsys.h @@ -0,0 +1,12 @@ +/* + * arch/cris/include/klibc/archsys.h + * + * Architecture-specific syscall definitions + */ + +#ifndef _KLIBC_ARCHSYS_H +#define _KLIBC_ARCHSYS_H + +/* No special syscall definitions for this architecture */ + +#endif...