diff options
| author | kamil <kamil@NetBSD.org> | 2018-01-07 21:19:35 +0000 |
|---|---|---|
| committer | kamil <kamil@NetBSD.org> | 2018-01-07 21:19:35 +0000 |
| commit | a8d880363d8c1741219d8a6777efb4fc0ddd6597 (patch) | |
| tree | c1135b9b6d112e22a87cb1fa4a1a9ad4a7c978d0 /lib/libc/include | |
| parent | 4f35d46d40ddf52ac9078dfd5645352070b152c2 (diff) | |
Revert asctime() namespacing
asctime() is optionally a cancellation point in the POSIX spec.
It's not true for NetBSD.
Requested by <joerg>
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/namespace.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
