summaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2012-04-12 19:36:19 +0000
committerchristos <christos@NetBSD.org>2012-04-12 19:36:19 +0000
commit652c40994fb4f2f4df0bbba95e9e9e45bbf9ee5c (patch)
tree05ae8f645f26701a76bee8652258f243ab6e631a /lib/libc/include
parent0d661d96a27ae4502145a12838c5a6fae0b004ca (diff)
Add a new getpass implementation that does not mess with signals, and
include getpass_r
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/namespace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h
index e6d5ff96c81..a0a16338610 100644
--- a/lib/libc/include/namespace.h
+++ b/lib/libc/include/namespace.h
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.151 2012/03/02 17:27:49 christos Exp $ */
+/* $NetBSD: namespace.h,v 1.152 2012/04/12 19:36:19 christos Exp $ */
/*-
* Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -326,6 +326,7 @@
#define getopt_long _getopt_long
#define getpagesize _getpagesize
#define getpass _getpass
+#define getpass_r _getpass_r
#define getprogname _getprogname
#define getprotobyname _getprotobyname
#define getprotobyname_r _getprotobyname_r