Changeset 341140c in mainline
- Timestamp:
 - 2007-06-13T20:14:23Z (18 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 4680ef5
 - Parents:
 - de7663f
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/libc/generic/thread.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/libc/generic/thread.c
rde7663f r341140c 107 107 108 108 uarg->uspace_thread_function(uarg->uspace_thread_arg); 109 /* XXX: we cannot free the userspace stack while running on it */ 109 110 free(uarg->uspace_stack); 110 111 free(uarg); … … 155 156 (sysarg_t) tid); 156 157 157 if ( !rc) {158 if (rc) { 158 159 /* 159 160 * Failed to create a new thread.  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  