summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/e1/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
* George Thanos writes:Eric Andersen2003-11-061-1/+1
| | | | | | | | | | | | | | | | | Dear Erik, We downloded uClibc lattest version from the CVS. Still there are some minor problems with extra/Configs/Config.e1 You have actually set ARCH_HAS_C_SYMBOL_PREFIX to NO which is not correct for our architecture. Please apply the patch that will fix the problem. Best Regards, - George P.S. Patch also removes some irritating comments we have added in the past.
* Remove warning that apparently is not needed for e1Eric Andersen2003-11-031-1/+0
|
* Patch from George Thanos adding support for the "e1" architecture.Eric Andersen2003-10-0812-0/+1281