summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/bits/byteswap.h
Commit message (Collapse)AuthorAgeFilesLines
* byteswap: unify common definitionsMike Frysinger2009-07-211-99/+22
| | | | | | | | | The majority of the byteswap functions are the same across all arches, so setup a common header to provide definitions if they don't exist. This allows arches to override only the ones they actually want to implement with inline assembly. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-291-2/+2
|
* sync with upstream via psmMike Frysinger2006-08-231-34/+52
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-1/+6
| | | | | and to better support each arch. This is a really big patch... -Erik
* Update to accomodate the header file changesEric Andersen2001-09-271-12/+27
|
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-061-0/+95
headers (the way it has been done in GNU libc). -Erik