Module Name: src
Committed By: christos
Date: Sun Sep 15 23:39:13 UTC 2019
Modified Files:
src/tests/lib/libc/c063: Makefile
Log Message:
Remove the incomplete define.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/c063/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/c063/Makefile
diff -u src/tests/lib/libc/c063/Makefile:1.1 src/tests/lib/libc/c063/Makefile:1.2
--- src/tests/lib/libc/c063/Makefile:1.1 Sun Nov 18 12:41:54 2012
+++ src/tests/lib/libc/c063/Makefile Sun Sep 15 19:39:13 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/11/18 17:41:54 manu Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/15 23:39:13 christos Exp $
.include <bsd.own.mk>
@@ -21,6 +21,4 @@ TESTS_C+= t_symlinkat
TESTS_C+= t_unlinkat
TESTS_C+= t_utimensat
-COPTS+= -D_INCOMPLETE_XOPEN_C063
-
.include <bsd.test.mk>