Changeset 8122 in orxonox.OLD for branches/osx/src/util/signal_handler.h
- Timestamp:
- Jun 2, 2006, 5:46:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/osx/src/util/signal_handler.h
r7791 r8122 11 11 12 12 13 13 #define GDB_BT_FILE "orxonox.backtrace" 14 14 enum GdbRunType{ 15 15 GDB_RUN_WRITE_TO_FILE = 1, … … 24 24 { 25 25 int signal; 26 sig handler_t handler;26 sig_t handler; 27 27 }; 28 28
Note: See TracChangeset
for help on using the changeset viewer.