Changeset 2657
- Timestamp:
 - Sep 10, 2012, 10:57:58 PM (13 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/kash/shinstance.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kash/shinstance.h
r2648 r2657 446 446 # include <sys/wait.h> 447 447 # ifdef __HAIKU__ 448 # define WCOREDUMP(x) (0) /** @todo check the haiku headers and see if this information is available or not... */448 # define WCOREDUMP(x) WIFCORED(x) 449 449 # endif 450 450 #endif  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  