search for: 681ee76

Displaying 1 result from an estimated 1 matches for "681ee76".

Did you mean: 681376
2006 Jun 26
0
[klibc 30/43] parisc support for klibc
..._blksize; + + signed long long st_blocks; + struct timespec st_atim; + struct timespec st_mtim; + struct timespec st_ctim; + unsigned long long st_ino; +}; + +#endif diff --git a/usr/include/arch/parisc/klibc/archsys.h b/usr/include/arch/parisc/klibc/archsys.h new file mode 100644 index 0000000..681ee76 --- /dev/null +++ b/usr/include/arch/parisc/klibc/archsys.h @@ -0,0 +1,12 @@ +/* + * arch/parisc/include/klibc/archsys.h + * + * Architecture-specific syscall definitions + */ + +#ifndef _KLIBC_ARCHSYS_H +#define _KLIBC_ARCHSYS_H + +/* No special syscall definitions for this architecture */ + +#end...