Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 0 additions & 63 deletions conformance/definitions/pthread_h/2-2.c

This file was deleted.

2 changes: 1 addition & 1 deletion conformance/definitions/time_h/27-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
char *strptime(const char *, const char *, struct tm *);
is declared.
*/

#define _XOPEN_SOURCE
#include <time.h>

typedef char *(*strptime_test)(const char *, const char *, struct tm *);
Expand Down
1 change: 1 addition & 0 deletions conformance/definitions/time_h/7-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
*/

#include <sys/types.h>
#include <time.h>

clock_t dummy;
1 change: 1 addition & 0 deletions conformance/interfaces/aio_cancel/3-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <stdlib.h>
#include <malloc.h>
#include <aio.h>
#include <signal.h>

#include "posixtest.h"

Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/aio_read/1-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "aio_read/1-1.c"
Expand Down
4 changes: 4 additions & 0 deletions conformance/interfaces/aio_read/15-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
#include <unistd.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

int main()
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/aio_read/9-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "aio_read/9-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/aio_return/2-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "aio_return/2-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/aio_return/4-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "aio_return/4-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/aio_suspend/1-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "aio_suspend/1-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/aio_suspend/4-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "aio_suspend/4-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/aio_suspend/6-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "aio_suspend/6-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/aio_suspend/7-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "aio_suspend/7-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/aio_suspend/8-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "aio_suspend/8-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/aio_suspend/9-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "aio_suspend/9-1.c"
Expand Down
1 change: 1 addition & 0 deletions conformance/interfaces/aio_write/7-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <errno.h>
#include <stdlib.h>
#include <aio.h>
#include <fcntl.h>

#include "posixtest.h"

Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/lio_listio/1-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "lio_listio/1-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/lio_listio/10-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "lio_listio/10-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/lio_listio/11-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "lio_listio/11-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/lio_listio/12-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "lio_listio/12-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/lio_listio/13-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "lio_listio/13-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/lio_listio/14-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "lio_listio/14-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/lio_listio/15-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "lio_listio/15-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/lio_listio/18-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "lio_listio/18-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/lio_listio/2-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "lio_listio/2-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/lio_listio/3-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "lio_listio/3-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/lio_listio/4-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "lio_listio/4-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/lio_listio/7-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#include <stdlib.h>
#include <aio.h>

#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TNAME "lio_listio/7-1.c"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/mq_notify/2-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TEST "2-1"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/mq_notify/3-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TEST "3-1"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/mq_notify/5-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TEST "5-1"
Expand Down
2 changes: 2 additions & 0 deletions conformance/interfaces/mq_notify/9-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <signal.h>
#include <fcntl.h>
#include "posixtest.h"

#define TEST "9-1"
Expand Down
1 change: 1 addition & 0 deletions conformance/interfaces/mq_open/16-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/wait.h>
#include <signal.h>
#include "posixtest.h"

#define NAMESIZE 50
Expand Down
1 change: 1 addition & 0 deletions conformance/interfaces/mq_open/2-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/wait.h>
#include <signal.h>
#include "posixtest.h"

#define NAMESIZE 50
Expand Down
1 change: 1 addition & 0 deletions conformance/interfaces/mq_open/7-2.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/wait.h>
#include <signal.h>
#include "posixtest.h"

#define NAMESIZE 50
Expand Down
1 change: 1 addition & 0 deletions conformance/interfaces/mq_open/8-2.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/wait.h>
#include <signal.h>
#include "posixtest.h"

#define NAMESIZE 50
Expand Down
1 change: 1 addition & 0 deletions conformance/interfaces/mq_open/9-2.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/wait.h>
#include <signal.h>
#include "posixtest.h"

#define NAMESIZE 50
Expand Down
1 change: 1 addition & 0 deletions conformance/interfaces/mq_receive/13-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <signal.h>
#include "posixtest.h"

#define TEST "13-1"
Expand Down
1 change: 1 addition & 0 deletions conformance/interfaces/mq_timedreceive/18-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <signal.h>
#include "posixtest.h"

#define TEST "18-1"
Expand Down
Loading