summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/nsecs/empty.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius2012-02-221-0/+2
| | | | | | * nsecs/system.h: New (Split out from nsecs/init.c). * nsecs/init.c: Reflect nsecs/system.h having been split out. * nsecs/empty.c: Include "system.h".
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* Add missing prototype.Ralf Corsepius2009-10-241-1/+1
|
* 2007-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-171-0/+13
* nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The loop was being optimized out on the PowerPC. * nsecs/empty.c: New file.