Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace inline with __inline__ in AVR32 pt-machine.h header file | Hans-Christian Egtvedt | 2008-10-31 | 1 | -1/+1 |
| | | | | | | | This patch replaces inline with __inline__ to be more ANSI compatible. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | Fix whitespace damage in AVR32 pt-machine.h in libpthread, linuxthreads and ↵ | Hans-Christian Egtvedt | 2008-04-16 | 1 | -23/+23 |
| | | | | linuxthreads.old. | ||||
* | use the __extern_always_inline define from cdefs.h instead of duplicating ↵ | Mike Frysinger | 2008-01-06 | 1 | -9/+1 |
| | | | | gcc version checking in every pt-machine.h header ... while __extern_always_inline should work fine, i think what is intended is __extern_inline ... should double check later | ||||
* | - fixup gnu_inline vs. C99 inline | Bernhard Reutner-Fischer | 2008-01-05 | 1 | -0/+8 |
| | | | | - add missing header guards while at it | ||||
* | Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt ↵ | Carmelo Amoroso | 2007-11-16 | 1 | -0/+73 |
<hcegtvedt@atmel.com> |