[rtems commit] testsuites/psxtests/Makefile.am: Disable psxhdrs for dirfd.c and fdopendir.c

Joel Sherrill joel at rtems.org
Wed Dec 5 18:01:04 UTC 2018


Module:    rtems
Branch:    master
Commit:    9abe98b389bb29307d40697ca7a7aca15e99f328
Changeset: http://git.rtems.org/rtems/commit/?id=9abe98b389bb29307d40697ca7a7aca15e99f328

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Dec  5 11:59:31 2018 -0600

testsuites/psxtests/Makefile.am: Disable psxhdrs for dirfd.c and fdopendir.c

updates #3371.

---

 testsuites/psxtests/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am
index a4993fe..a8b3519 100644
--- a/testsuites/psxtests/Makefile.am
+++ b/testsuites/psxtests/Makefile.am
@@ -1086,8 +1086,6 @@ lib_a_SOURCES = psxhdrs/devctl/posix_devctl.c \
 	psxhdrs/sys/socket/socketpair.c \
 	psxhdrs/dirent/alphasort.c \
 	psxhdrs/dirent/closedir.c \
-	psxhdrs/dirent/dirfd.c \
-	psxhdrs/dirent/fdopendir.c \
 	psxhdrs/dirent/opendir.c \
 	psxhdrs/dirent/readdir.c \
 	psxhdrs/dirent/readdir_r.c \
@@ -1155,6 +1153,8 @@ lib_a_SOURCES = psxhdrs/devctl/posix_devctl.c \
 ## lib_a_SOURCES += psxhdrs/ulimit/ulimit.c
 ## lib_a_SOURCES += psxhdrs/monetary/strfmon.c
 ## lib_a_SOURCES += psxhdrs/monetary/strfmon_l.c
+## lib_a_SOURCES += psxhdrs/dirent/dirfd.c       See ticket #3371
+## lib_a_SOURCES += psxhdrs/dirent/fdopendir.c   See ticket #3371
 endif
 
 rtems_tests_PROGRAMS = $(psx_tests)



More information about the vc mailing list