Changeset 13434


Ignore:
Timestamp:
Feb 6, 2010, 3:22:50 AM (15 years ago)
Author:
Gary Byers
Message:

Add a cast to the Unix version of create_system_thread, to avoid
a warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/lisp-kernel/thread_manager.c

    r13431 r13434  
    18951895  UNLOCK(lisp_global(TCR_AREA_LOCK),current);
    18961896  pthread_attr_destroy(&attr);
    1897   return (returned_thread != NULL);
     1897  return (returned_thread != (pthread_t)0);
    18981898}
    18991899#endif
Note: See TracChangeset for help on using the changeset viewer.