summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/microblaze/bits
Commit message (Collapse)AuthorAgeFilesLines
* Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen2004-02-061-0/+1
| | | | | | | | | '__kernel_old_dev_t'. And of course there is no good way to know which is in use except checking linux/version.h. Grumble. This is rather lame, but for now, define __kernel_old_dev_t to be the same as __kernel_dev_t. This will want to be revisited soon. -Erik
* Microblaze port from the uClinux-dist,David McCullough2003-10-1411-0/+632
contributed by John Williams <jwilliams@itee.uq.edu.au>