summaryrefslogtreecommitdiff
path: root/usr/src/lib/libnsl/nsl/tli_wrappers.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libnsl/nsl/tli_wrappers.c')
-rw-r--r--usr/src/lib/libnsl/nsl/tli_wrappers.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/usr/src/lib/libnsl/nsl/tli_wrappers.c b/usr/src/lib/libnsl/nsl/tli_wrappers.c
index 1f7548f542..1b3eb0f68e 100644
--- a/usr/src/lib/libnsl/nsl/tli_wrappers.c
+++ b/usr/src/lib/libnsl/nsl/tli_wrappers.c
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -21,18 +20,12 @@
*/
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
-/*
- * Note: This weak symbol is probably not needed
- * but it exists because it historically has.
- */
-#pragma weak t_strerror = _t_strerror
-
#include "mt.h"
#include <tiuser.h>
#include <unistd.h>
@@ -200,7 +193,7 @@ t_sndudata(int fd, struct t_unitdata *unitdata)
}
char *
-_t_strerror(int errnum)
+t_strerror(int errnum)
{
return (_tx_strerror(errnum, TX_TLI_API));
}