[Openmp-commits] [openmp] r269987 - Remove unnecessary unistd.h header from tests.

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Wed May 18 14:36:34 PDT 2016


Author: jlpeyton
Date: Wed May 18 16:36:34 2016
New Revision: 269987

URL: http://llvm.org/viewvc/llvm-project?rev=269987&view=rev
Log:
Remove unnecessary unistd.h header from tests.

Modified:
    openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_dynamic.c
    openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_guided.c
    openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_static.c
    openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_static_3.c

Modified: openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_dynamic.c
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_dynamic.c?rev=269987&r1=269986&r2=269987&view=diff
==============================================================================
--- openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_dynamic.c (original)
+++ openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_dynamic.c Wed May 18 16:36:34 2016
@@ -9,7 +9,6 @@
  */
 #include <stdio.h>
 #include <omp.h>
-#include <unistd.h>
 #include <stdlib.h>
 #include "omp_testsuite.h"
 

Modified: openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_guided.c
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_guided.c?rev=269987&r1=269986&r2=269987&view=diff
==============================================================================
--- openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_guided.c (original)
+++ openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_guided.c Wed May 18 16:36:34 2016
@@ -17,7 +17,6 @@
  * 0 0 0 0 0                     5
 */
 #include <stdio.h>
-#include <unistd.h>
 #include <stdlib.h>
 #include "omp_testsuite.h"
 #include "omp_my_sleep.h"

Modified: openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_static.c
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_static.c?rev=269987&r1=269986&r2=269987&view=diff
==============================================================================
--- openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_static.c (original)
+++ openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_static.c Wed May 18 16:36:34 2016
@@ -1,6 +1,5 @@
 // RUN: %libomp-compile-and-run
 #include <stdio.h>
-#include <unistd.h>
 #include <stdlib.h>
 #include "omp_testsuite.h"
 #include "omp_my_sleep.h"

Modified: openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_static_3.c
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_static_3.c?rev=269987&r1=269986&r2=269987&view=diff
==============================================================================
--- openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_static_3.c (original)
+++ openmp/trunk/runtime/test/worksharing/for/omp_for_schedule_static_3.c Wed May 18 16:36:34 2016
@@ -1,6 +1,5 @@
 // RUN: %libomp-compile-and-run
 #include <stdio.h>
-#include <unistd.h>
 #include <stdlib.h>
 #include "omp_testsuite.h"
 #include "omp_my_sleep.h"




More information about the Openmp-commits mailing list