confstr() support for RTEMS

Closes #3373

confstr() style update

Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
This commit is contained in:
Eshan dhawan
2021-08-15 13:28:15 +05:30
committed by Joel Sherrill
parent 1dff0a382d
commit 574cd83b5d
10 changed files with 277 additions and 0 deletions

View File

@@ -1009,6 +1009,7 @@ source:
- cpukit/posix/src/condtimedwait.c
- cpukit/posix/src/condwait.c
- cpukit/posix/src/condwaitsupp.c
- cpukit/posix/src/confstr.c
- cpukit/posix/src/fork.c
- cpukit/posix/src/key.c
- cpukit/posix/src/keycreate.c

View File

@@ -89,6 +89,8 @@ links:
uid: psxcond02
- role: build-dependency
uid: psxconfig01
- role: build-dependency
uid: psxconfstr
- role: build-dependency
uid: psxdevctl01
- role: build-dependency

View File

@@ -0,0 +1,20 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
- Copyright (C) 2020 Eshan Dhawan (eshandhawan51@gmail.com)
cppflags: []
cxxflags: []
enabled-by: true
features: c cprogram
includes: []
ldflags: []
links: []
source:
- testsuites/psxtests/psxconfstr/init.c
stlib:
- m
target: testsuites/psxtests/psxconfstr.exe
type: build
use-after: []
use-before: []