summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/pthread.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 15:49:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 15:49:52 +0000
commit1de949a8bda2912d663ad3b296fec0f1a9b03c46 (patch)
treee25cdaccd8695e13d3e58e7b4a091b8920d8a6d6 /cpukit/posix/include/rtems/posix/pthread.h
parentSpaces to tabs. (diff)
downloadrtems-1de949a8bda2912d663ad3b296fec0f1a9b03c46.tar.bz2
Whitespace removal.
Diffstat (limited to '')
-rw-r--r--cpukit/posix/include/rtems/posix/pthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/include/rtems/posix/pthread.h b/cpukit/posix/include/rtems/posix/pthread.h
index 66f3ab9f6d..176a408d68 100644
--- a/cpukit/posix/include/rtems/posix/pthread.h
+++ b/cpukit/posix/include/rtems/posix/pthread.h
@@ -46,7 +46,7 @@ extern const pthread_attr_t _POSIX_Threads_Default_attributes;
/**
* When the user configures a set of POSIX API initialization threads,
* This variable will point to the method used to initialize them.
- *
+ *
* @note It is instantiated and initialized by confdefs.h based upon
* application requirements.
*/
@@ -95,7 +95,7 @@ RTEMS_INLINE_ROUTINE void _POSIX_Threads_Free(
* @param[in] id is the id to lookup
* @param[in] location points to the returned location value
*
- * @return This methods returns a pointer to the corresponding Thread_Control.
+ * @return This methods returns a pointer to the corresponding Thread_Control.
*/
RTEMS_INLINE_ROUTINE Thread_Control *_POSIX_Threads_Get(
pthread_t id,