Changeset 2145e0c7 in rtems
- Timestamp:
- 01/26/22 10:01:44 (16 months ago)
- Branches:
- master
- Children:
- b539af8
- Parents:
- e3f70b3
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/26/22 10:01:44)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/27/22 10:06:46)
- Files:
-
- 14 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/include/rtems/score/interr.h
re3f70b3 r2145e0c7 189 189 /* INTERNAL_ERROR_UNLIMITED_AND_MAXIMUM_IS_0 = 19, */ 190 190 /* INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UP = 20, */ 191 INTERNAL_ERROR_GXX_KEY_ADD_FAILED = 21,192 INTERNAL_ERROR_GXX_MUTEX_INIT_FAILED = 22,191 /* INTERNAL_ERROR_GXX_KEY_ADD_FAILED = 21, */ 192 /* INTERNAL_ERROR_GXX_MUTEX_INIT_FAILED = 22, */ 193 193 INTERNAL_ERROR_NO_MEMORY_FOR_HEAP = 23, 194 194 INTERNAL_ERROR_CPU_ISR_INSTALL_VECTOR = 24, -
spec/build/cpukit/librtemscpu.yml
re3f70b3 r2145e0c7 109 109 - cpukit/include/rtems/fs.h 110 110 - cpukit/include/rtems/fsmount.h 111 - cpukit/include/rtems/gxx_wrappers.h112 111 - cpukit/include/rtems/ide_part_table.h 113 112 - cpukit/include/rtems/imfs.h … … 659 658 - cpukit/libcsupport/src/getrusage.c 660 659 - cpukit/libcsupport/src/getuid.c 661 - cpukit/libcsupport/src/gxx_wrappers.c662 660 - cpukit/libcsupport/src/ioctl.c 663 661 - cpukit/libcsupport/src/isatty_r.c -
spec/build/testsuites/libtests/grp.yml
re3f70b3 r2145e0c7 143 143 uid: getuid 144 144 - role: build-dependency 145 uid: gxx01146 - role: build-dependency147 145 uid: heapwalk 148 146 - role: build-dependency -
spec/build/testsuites/sptests/grp.yml
re3f70b3 r2145e0c7 239 239 uid: spfatal15 240 240 - role: build-dependency 241 uid: spfatal24242 - role: build-dependency243 uid: spfatal25244 - role: build-dependency245 241 uid: spfatal26 246 242 - role: build-dependency
Note: See TracChangeset
for help on using the changeset viewer.