Changeset afbe96a in mainline for libc/generic/thread.c
- Timestamp:
- 2006-07-04T17:18:24Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0166e99
- Parents:
- 09087d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/thread.c
r09087d2 rafbe96a 27 27 */ 28 28 29 29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 36 36 #include <libc.h> 37 37 #include <stdlib.h> 38 #include < arch/faddr.h>38 #include <libarch/faddr.h> 39 39 #include <kernel/proc/uarg.h> 40 40 #include <psthread.h> … … 153 153 } 154 154 155 156 157 /** @} 155 /** @} 158 156 */ 159 157
Note:
See TracChangeset
for help on using the changeset viewer.