Changeset 27a8fc5 in rtems


Ignore:
Timestamp:
11/27/18 17:10:30 (5 years ago)
Author:
Himanshu40 <himanshuwindows8.1@…>
Branches:
5, master
Children:
aa5c462
Parents:
89bff5a
git-author:
Himanshu40 <himanshuwindows8.1@…> (11/27/18 17:10:30)
git-committer:
Joel Sherrill <joel@…> (11/27/18 17:25:38)
Message:

psxtests: add POSIX API signature compliance tests for dirent.h file (GCI 2018)

Location:
testsuites/psxtests
Files:
11 added
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/psxtests/Makefile.am

    r89bff5a r27a8fc5  
    10831083        psxhdrs/sys/socket/sendto.c psxhdrs/sys/socket/setsockopt.c \
    10841084        psxhdrs/sys/socket/shutdown.c psxhdrs/sys/socket/socket.c \
    1085         psxhdrs/sys/socket/socketpair.c
     1085        psxhdrs/sys/socket/socketpair.c \
     1086        psxhdrs/dirent/alphasort.c \
     1087        psxhdrs/dirent/closedir.c \
     1088        psxhdrs/dirent/dirfd.c \
     1089        psxhdrs/dirent/fdopendir.c \
     1090        psxhdrs/dirent/opendir.c \
     1091        psxhdrs/dirent/readdir.c \
     1092        psxhdrs/dirent/readdir_r.c \
     1093        psxhdrs/dirent/rewinddir.c \
     1094        psxhdrs/dirent/scandir.c \
     1095        psxhdrs/dirent/seekdir.c \
     1096        psxhdrs/dirent/telldir.c
    10861097endif
    10871098
Note: See TracChangeset for help on using the changeset viewer.