2007-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>

* rtems/include/rtems/rtems/tasks.h, rtems/src/taskcreate.c:
	Use size_t for stack-sizes.
This commit is contained in:
Ralf Corsepius
2007-02-09 15:06:49 +00:00
parent fb24f6985f
commit c1f3bf3c90

View File

@@ -1,8 +1,13 @@
2007-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/include/rtems/rtems/tasks.h, rtems/src/taskcreate.c:
Use size_t for stack-sizes.
2007-02-07 Ralf Corsépius <ralf.corsepius@rtems.org> 2007-02-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/vm/vm_extern.h: Remove non-implemented/unused * libnetworking/vm/vm_extern.h: Remove non-implemented/unused
functions. functions.
* configure.ac: Check fo intmax_t, uintptr_t, intptr_t, * configure.ac: Check for intmax_t, uintptr_t, intptr_t,
pthread.h, pthread_rwlock_t, pthread_barrier_t, pthread_spinlock_t. pthread.h, pthread_rwlock_t, pthread_barrier_t, pthread_spinlock_t.
2007-02-06 Till Straumann <strauman@slac.stanford.edu> 2007-02-06 Till Straumann <strauman@slac.stanford.edu>