Changeset e898296d in mainline for uspace/app/pcc/cc/ccom/main.c
- Timestamp:
- 2011-08-11T00:16:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e01316f
- Parents:
- 814717fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/cc/ccom/main.c
r814717fa re898296d 314 314 315 315 mkdope(); 316 #ifndef __helenos__ 316 317 signal(SIGSEGV, segvcatch); 318 #endif 317 319 #ifdef SIGBUS 318 320 signal(SIGBUS, segvcatch);
Note:
See TracChangeset
for help on using the changeset viewer.