summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/stat.h
Commit message (Collapse)AuthorAgeFilesLines
* Change time_t into unsigned int in struct stat. This fixes theRalf Baechle2000-11-081-3/+3
| | | | | newstat / lstat / fstat returning returning January 1, 1970 for all file dates.
* Adapt to struct stat changes from test6-pre2. Once more glibc 2.2Ralf Baechle2000-08-171-4/+14
| | | | users will enjoy the priviledge of a full recompile ...
* Kill st_fstype member.Ralf Baechle2000-08-091-2/+1
|
* More cleaning of struct stat for glibc 2.2. The necessary glibcRalf Baechle2000-08-091-6/+4
| | | | | patches will go into CVS asap. Remove st_flags and st_gen members, nothing ever used them.
* Fix struct stat64 in the 32-bit kernel and struct stat in the 64-bitRalf Baechle2000-06-201-14/+10
| | | | | kernel to match each other and the the glibc definition. The glibc part of this change has been sent to Andreas.
* - A few 32-bit compatibily systemcalls.Ulf Carlsson2000-02-291-0/+26
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-0/+62
- Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...