cpukit/bsd-tree.h: prepend CPP with RTEMS_ scoping

This commit is contained in:
Gedare Bloom
2024-07-09 16:05:31 -06:00
committed by Chris Johns
parent c33ed55231
commit 88ca88f3fd
18 changed files with 1643 additions and 446 deletions

View File

@@ -450,6 +450,8 @@ links:
uid: sptls03
- role: build-dependency
uid: sptls04
- role: build-dependency
uid: sptree01
- role: build-dependency
uid: spunlimited01
- role: build-dependency

View File

@@ -0,0 +1,19 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
- Copyright (C) 2024 Gedare Bloom
cppflags: []
cxxflags: []
enabled-by: true
features: c cprogram
includes: []
ldflags: []
links: []
source:
- testsuites/sptests/sptree01/init.c
stlib: []
target: testsuites/sptests/sptree01.exe
type: build
use-after: []
use-before: []