Changeset 13434
- Timestamp:
- Feb 6, 2010, 3:22:50 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/thread_manager.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/thread_manager.c
r13431 r13434 1895 1895 UNLOCK(lisp_global(TCR_AREA_LOCK),current); 1896 1896 pthread_attr_destroy(&attr); 1897 return (returned_thread != NULL);1897 return (returned_thread != (pthread_t)0); 1898 1898 } 1899 1899 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
