[rtems commit] psxtests/Makefile.am: Add fcntl methods missed in previous commit

Joel Sherrill joel at rtems.org
Mon Dec 10 18:40:54 UTC 2018


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

Author:    Joel Sherrill <joel at rtems.org>
Date:      Mon Dec 10 12:39:34 2018 -0600

psxtests/Makefile.am: Add fcntl methods missed in previous commit

---

 testsuites/psxtests/Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am
index 5ecee9d..cbfb7f8 100644
--- a/testsuites/psxtests/Makefile.am
+++ b/testsuites/psxtests/Makefile.am
@@ -1444,6 +1444,10 @@ lib_a_SOURCES = psxhdrs/devctl/posix_devctl.c \
 	psxhdrs/dlfcn/dlclose.c \
 	psxhdrs/dlfcn/dlerror.c \
 	psxhdrs/dlfcn/dlsym.c \
+	psxhdrs/fcntl/creat.c \
+	psxhdrs/fcntl/fcntl.c \
+	psxhdrs/fcntl/open.c \
+	psxhdrs/fcntl/openat.c \
 	psxhdrs/locale/newlocale.c \
 	psxhdrs/locale/freelocale.c \
 	psxhdrs/locale/uselocale.c \
@@ -1808,6 +1812,8 @@ lib_a_SOURCES = psxhdrs/devctl/posix_devctl.c \
 ## Specific issues that tickets are tracking
 ## lib_a_SOURCES += psxhdrs/dirent/dirfd.c               See ticket #3371
 ## lib_a_SOURCES += psxhdrs/dirent/fdopendir.c           See ticket #3371
+## lib_a_SOURCES += psxhdrs/fcntl/posix_fadvise.c        See ticket #3656
+## lib_a_SOURCES += psxhdrs/fcntl/posix_fallocate.c      See ticket #3656
 ## lib_a_SOURCES += psxhdrs/fenv/feclearexcept.c         See ticket #2971
 ## lib_a_SOURCES += psxhdrs/fenv/fegetenv.c              See ticket #2971
 ## lib_a_SOURCES += psxhdrs/fenv/fegetexceptflag.c       See ticket #2971




More information about the vc mailing list