Changeset b47be20 in rtems for cpukit/ada
- Timestamp:
- Aug 28, 1997, 1:57:29 PM (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7d352a49
- Parents:
- d1b60f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ada/rtems.ads
rd1b60f0 rb47be20 414 414 Not_Implemented, -- directive not implemented 415 415 Internal_Error, -- RTEMS inconsistency detected 416 No_Memory, -- no memory left in heap 417 IO_Error, -- driver IO error 416 418 Proxy_Blocking, -- internal multiprocessing only 417 No_Memory -- no memory left in heap418 419 ); 419 420 … … 447 448 Not_ImplementeD => 24, 448 449 Internal_Error => 25, 449 Proxy_Blocking => 26, 450 No_Memory => 27 450 No_Memory => 26, 451 IO_Error => 27, 452 Proxy_Blocking => 28 451 453 ); 452 454
Note: See TracChangeset
for help on using the changeset viewer.