Changeset 974d213f in rtems
- 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
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libmisc/ChangeLog
rdde827b r974d213f 1 2001-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * monitor/mon-command.c: Use #if defined(RTEMS_UNIX). 4 1 5 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
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); -
cpukit/libmisc/ChangeLog
rdde827b r974d213f 1 2001-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * monitor/mon-command.c: Use #if defined(RTEMS_UNIX). 4 1 5 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/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.