Commit Graph

19609 Commits

Author SHA1 Message Date
Ralf Corsepius
9066bf2085 Eliminate unused vars. 2009-10-26 07:58:21 +00:00
Ralf Corsepius
5502a909a8 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* heapwalk/init.c: Comment out unused vars.
2009-10-26 07:49:56 +00:00
Ralf Corsepius
3066a0b4cb Comment out unused vars. 2009-10-26 07:49:50 +00:00
Ralf Corsepius
ea36feb427 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
2009-10-26 07:48:14 +00:00
Ralf Corsepius
4184a9c76b Include <rtems/termiostypes.h. 2009-10-26 07:48:06 +00:00
Ralf Corsepius
b79ded9ce8 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm05/task1.c, tm18/task1.c, tmoverhd/empty.c,
	tmoverhd/system.h: Add missing prototypes.
2009-10-26 07:40:31 +00:00
Ralf Corsepius
2db98e91de Add missing prototypes. 2009-10-26 07:40:22 +00:00
Ralf Corsepius
4088e75402 Add local prototype for malloc_walk, malloc_info. 2009-10-26 05:56:30 +00:00
Ralf Corsepius
25b12d05b5 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* malloctest/init.c: Add local prototype for malloc_walk,
	malloc_info.
2009-10-26 05:56:04 +00:00
Ralf Corsepius
2ff6759dab Add local prototype for malloc_walk. 2009-10-26 05:53:29 +00:00
Ralf Corsepius
4a1816fc29 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* malloctest/task1.c: Add local prototype for malloc_walk.
2009-10-26 05:53:13 +00:00
Ralf Corsepius
1f73ad578e 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* monitor02/init.c: Remove unused vars.
2009-10-26 05:49:38 +00:00
Ralf Corsepius
dd76d6b6e0 Remove unused vars. 2009-10-26 05:49:32 +00:00
Ralf Corsepius
af15d3c6ab 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* stackchk01/init.c: Remove unused vars.
2009-10-26 05:46:52 +00:00
Ralf Corsepius
8d8eef6c8f 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
	termios/init.c: Add missing prototypes.
2009-10-26 05:44:15 +00:00
Ralf Corsepius
cbc5c46032 Add missing prototypes. 2009-10-26 05:44:07 +00:00
Ralf Corsepius
88f692dac2 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
2009-10-26 05:38:04 +00:00
Ralf Corsepius
aea32337ed 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/test_support.h: Add missing prototypes.
2009-10-26 05:33:50 +00:00
Ralf Corsepius
f440089997 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Move _Thread_Dispatch_disable_level
	outside of check_dispatch_disable_level.
2009-10-26 05:32:35 +00:00
Ralf Corsepius
a00d2e5f2a 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/src/test_support.c: Add missing prototypes.
2009-10-26 05:30:29 +00:00
Ralf Corsepius
7eb9ea679d 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Include <inttypes.h>.
	Move extern "C".
	Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
2009-10-26 05:27:58 +00:00
Ralf Corsepius
f2ced5d99f 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
	Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
2009-10-26 04:58:07 +00:00
Ralf Corsepius
216be29eca 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
	Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
2009-10-26 04:58:06 +00:00
Ralf Corsepius
c486a873db 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtime/test.c: Include <sys/time.h>.
	Conditionally add local prototype for adjtime()
        if sys/time.h doesn't supply it.
2009-10-25 17:51:21 +00:00
Ralf Corsepius
ca0df80a9b 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtime/test.c: Include <sys/time.h>.
	Conditionally add local prototype for adjtime()
        if sys/time.h doesn't supply it.
2009-10-25 17:51:20 +00:00
Ralf Corsepius
6c2434a896 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx07/init.c: Include <sched.h>, <pthread.h>.
2009-10-25 17:49:38 +00:00
Ralf Corsepius
fdb673a552 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx07/init.c: Include <sched.h>, <pthread.h>.
2009-10-25 17:49:37 +00:00
Ralf Corsepius
33bec644b3 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx05/init.c: Include <sched.h>.
2009-10-25 17:48:44 +00:00
Ralf Corsepius
78e28e617f 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx05/init.c: Include <sched.h>.
2009-10-25 17:48:43 +00:00
Ralf Corsepius
98843fb854 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx11/init.c, psx09/init.c: Include <sched.h>.
2009-10-25 17:46:40 +00:00
Ralf Corsepius
9ec6ddbbb3 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx11/init.c, psx09/init.c: Include <sched.h>.
2009-10-25 17:46:39 +00:00
Ralf Corsepius
75c9dfbdff 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx12/init.c: Include <sched.h>.
2009-10-25 17:33:03 +00:00
Ralf Corsepius
09add0e526 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx12/init.c: Include <sched.h>.
2009-10-25 17:33:02 +00:00
Ralf Corsepius
b1ddc7218a 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxenosys/init.c: Include "pthread.h".
	Conditionally add local prototype for pthread_atfork()
	if pthread.h doesn't supply it.
2009-10-25 17:32:05 +00:00
Ralf Corsepius
1a8936e335 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxenosys/init.c: Include "pthread.h".
	Conditionally add local prototype for pthread_atfork()
	if pthread.h doesn't supply it.
2009-10-25 17:32:04 +00:00
Ralf Corsepius
a07f29e37c 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxkey01/init.c: Include "test_support.h".
2009-10-25 17:30:18 +00:00
Ralf Corsepius
4bcf5f2a0f 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxkey01/init.c: Include "test_support.h".
2009-10-25 17:30:17 +00:00
Ralf Corsepius
236641b0f1 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for pthread_atfork in pthread.h.
	* psxrwlock01/test.c: Conditionally add local prototype for
	pthread_atfork() if pthread.h doesn't supply it.
	Include <pthread.h>.
2009-10-25 07:22:03 +00:00
Ralf Corsepius
9c54ec30be 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for sys/mman.h.
	Check for mprotect in sys/mman.h.
	* psxenosys/init.c: Conditionally add local prototype for
	mprotect() if sys/mman.h doesn't supply it.
2009-10-25 07:18:18 +00:00
Ralf Corsepius
74c881d268 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for sys/mman.h.
	Check for mprotect in sys/mman.h.
	* psxenosys/init.c: Conditionally add local prototype for
	mprotect() if sys/mman.h doesn't supply it.
2009-10-25 07:18:17 +00:00
Ralf Corsepius
cd06fd586e 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for pthread_rwlock_unlock in pthread.h.
	* psxrwlock01/test.c: Conditionally add local prototype for
	pthread_rwlock_unlock() if pthread.h doesn't supply it.
2009-10-25 06:51:02 +00:00
Ralf Corsepius
58f29d52ee 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for pthread_rwlock_unlock in pthread.h.
	* psxrwlock01/test.c: Conditionally add local prototype for
	pthread_rwlock_unlock() if pthread.h doesn't supply it.
2009-10-25 06:51:01 +00:00
Ralf Corsepius
1e17848ab2 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
	psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
	psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
	psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
	psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
	psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c,
	psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
	psxualarm/init.c: Remove unused vars.
	Add missing prototypes.
2009-10-25 06:25:12 +00:00
Ralf Corsepius
b6912c40f8 Remove unused vars.
Add missing prototypes.
2009-10-25 06:25:04 +00:00
Ralf Corsepius
147e4ac52b 2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp27/init.c, spsize/init.c: Fix prototypes.
	* spwatchdog/task1.c: Remove unused vars.
2009-10-24 06:23:15 +00:00
Ralf Corsepius
d80cfa2fc2 Remove unused vars. 2009-10-24 06:23:06 +00:00
Ralf Corsepius
d2ea3f5a44 Fix prototypes. 2009-10-24 06:22:50 +00:00
Ralf Corsepius
10ebec12bf 2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp10/init.c, sp18/init.c, sp27/init.c, sp35/priinv.c
	sp63/init.c, sp65/init.c, sp67/init.c, spintrcritical11/init.c
	spobjgetnext/init.c, spprintk/init.c:
	Eliminate unused vars.
2009-10-24 06:14:38 +00:00
Ralf Corsepius
2f2da91c1f Eliminate unused vars. 2009-10-24 06:14:30 +00:00
Ralf Corsepius
53edb3126e Add rprintf.h 2009-10-24 05:53:59 +00:00