Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/gen/posix_spawn undef a couple more.
details: https://anonhg.NetBSD.org/src/rev/03cf5c10d9ec
branches: trunk
changeset: 1026406:03cf5c10d9ec
user: christos <christos%NetBSD.org@localhost>
date: Mon Nov 22 15:09:16 2021 +0000
description:
undef a couple more.
diffstat:
tests/lib/libc/gen/posix_spawn/t_spawn.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 44608b1aa56d -r 03cf5c10d9ec tests/lib/libc/gen/posix_spawn/t_spawn.c
--- a/tests/lib/libc/gen/posix_spawn/t_spawn.c Mon Nov 22 14:34:35 2021 +0000
+++ b/tests/lib/libc/gen/posix_spawn/t_spawn.c Mon Nov 22 15:09:16 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_spawn.c,v 1.6 2021/11/20 14:28:29 christos Exp $ */
+/* $NetBSD: t_spawn.c,v 1.7 2021/11/22 15:09:16 christos Exp $ */
/*-
* Copyright (c) 2012, 2021 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_spawn.c,v 1.6 2021/11/20 14:28:29 christos Exp $");
+__RCSID("$NetBSD: t_spawn.c,v 1.7 2021/11/22 15:09:16 christos Exp $");
#include <atf-c.h>
@@ -583,6 +583,8 @@
posix_spawnattr_destroy(&attr);
}
+#undef CHDIR
+#undef FCHDIR
#undef CHDIRPATH
#undef FILENAME
#undef FILEPATH
Home |
Main Index |
Thread Index |
Old Index