summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/bits/byteswap.h
Commit message (Collapse)AuthorAgeFilesLines
* byteswap: unify common definitionsMike Frysinger2009-08-191-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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* - whitespace cleanup; no obj-code changes (r24600)Bernhard Reutner-Fischer2008-12-291-2/+2
|
* Big fricking merge from trunk, but an easy one."Steven J. Hill"2006-08-241-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