Changeset 974d213f in rtems for c/src/libmisc/monitor/mon-command.c
- Timestamp:
- 02/12/01 14:51:46 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e5bc1968
- Parents:
- dde827b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libmisc/monitor/mon-command.c
rdde827b r974d213f 474 474 sprintf (monitor_prompt, "%d-%s", rtems_monitor_node, MONITOR_PROMPT); 475 475 476 #if def RTEMS_UNIX476 #if defined(RTEMS_UNIX) 477 477 /* RTEMS on unix gets so many interrupt system calls this is hosed */ 478 478 printf ("%s> ", monitor_prompt);
Note: See TracChangeset
for help on using the changeset viewer.