Changeset 28172
- Timestamp:
- Jun 1, 2010, 11:10:51 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psAbort.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psAbort.c
r24432 r28172 23 23 #include <stdarg.h> 24 24 #include <stdlib.h> 25 #include <unistd.h> 25 26 26 27 #include "psAbort.h" … … 47 48 48 49 // Call system abort function to terminate program execution 50 fsync(psLogGetDestination()); 49 51 abort(); 50 52 } … … 71 73 72 74 // Call system abort function to terminate program execution 75 fsync(psLogGetDestination()); 73 76 abort(); 74 77 }
Note:
See TracChangeset
for help on using the changeset viewer.
