summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/alpha/sys
AgeCommit message (Collapse)Author
2012-11-18drop support for pre ISO-C compilersMike Frysinger
This drops __signed, __volatile, and __const. Only the latter was used in the code base, and for uClibc, not consistently. Much of the code used plain "const" which meant "__const" was useless. Really, the point of this is to stay in sync with what glibc did. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-06-15remove libc_hidden_proto(ioperm) from all headers except armPeter S. Mazinger
While there, guard everywhere ioperm and iopl prototypes with __UCLIBC_LINUX_SPECIFIC__ Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-07-20alpha: fix building with no asm/elf.hMike Frysinger
The latest sanitized linux kernel headers no longer export asm/elf.h, so do not rely on it anymore. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-11-21fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko
2006-03-01need to define some more registersMike Frysinger
2006-02-28grab regdef.h from glibc and use that instead of kernel headers regdef.hMike Frysinger
2006-02-28sync with glibcMike Frysinger
2005-11-15unusedMike Frysinger
2004-08-13Fixup PAGE_SIZE problemsEric Andersen
-Erik
2002-05-12Use the default version in include/sys insteadEric Andersen
2002-05-10First pass attempt at an alpha portEric Andersen