Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib Remove weak_alias since that's now in the co...
details: https://anonhg.NetBSD.org/src/rev/9f60ef0c2074
branches: trunk
changeset: 786283:9f60ef0c2074
user: matt <matt%NetBSD.org@localhost>
date: Thu Apr 25 07:08:56 2013 +0000
description:
Remove weak_alias since that's now in the compat_putenv.c
diffstat:
lib/libc/stdlib/putenv.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r 21ff91a29379 -r 9f60ef0c2074 lib/libc/stdlib/putenv.c
--- a/lib/libc/stdlib/putenv.c Thu Apr 25 06:37:40 2013 +0000
+++ b/lib/libc/stdlib/putenv.c Thu Apr 25 07:08:56 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: putenv.c,v 1.19 2010/11/14 18:11:43 tron Exp $ */
+/* $NetBSD: putenv.c,v 1.20 2013/04/25 07:08:56 matt Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)putenv.c 8.2 (Berkeley) 3/27/94";
#else
-__RCSID("$NetBSD: putenv.c,v 1.19 2010/11/14 18:11:43 tron Exp $");
+__RCSID("$NetBSD: putenv.c,v 1.20 2013/04/25 07:08:56 matt Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -49,10 +49,6 @@
#include "reentrant.h"
#include "local.h"
-#ifdef __weak_alias
-__weak_alias(putenv,_putenv)
-#endif
-
int
putenv(char *str)
{
Home |
Main Index |
Thread Index |
Old Index