summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/v850/bits/setjmp.h
Commit message (Collapse)AuthorAgeFilesLines
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* we want to compare the register value itself, not the address of the ↵Mike Frysinger2005-11-171-1/+1
| | | | variable holding the register value
* update copyright and license, add _BITS_SETJMP_H protection around the file, ↵Mike Frysinger2005-11-161-2/+7
| | | | make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS
* Re-add files which were mistakenly deleted during the big bits/ update.Miles Bader2002-03-051-0/+37
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-37/+0
| | | | | and to better support each arch. This is a really big patch... -Erik
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-111-0/+37
He sent this patch to me a month ago, but I forgot to apply it...