From a8d880363d8c1741219d8a6777efb4fc0ddd6597 Mon Sep 17 00:00:00 2001 From: kamil Date: Sun, 7 Jan 2018 21:19:35 +0000 Subject: Revert asctime() namespacing asctime() is optionally a cancellation point in the POSIX spec. It's not true for NetBSD. Requested by --- lib/libc/include/namespace.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/include') diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index 42c46108335..03c59eba0b8 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.194 2018/01/07 15:28:33 kamil Exp $ */ +/* $NetBSD: namespace.h,v 1.195 2018/01/07 21:19:35 kamil Exp $ */ /*- * Copyright (c) 1997-2004 The NetBSD Foundation, Inc. @@ -211,7 +211,6 @@ #define arc4random_buf _arc4random_buf #define arc4random_stir _arc4random_stir #define arc4random_uniform _arc4random_uniform -#define asctime _asctime #define asctime_r _asctime_r #define asprintf _asprintf #define asprintf_l _asprintf_l -- cgit