diff options
Diffstat (limited to 'usr/src/lib/libc/port/gen/strnlen.c')
| -rw-r--r-- | usr/src/lib/libc/port/gen/strnlen.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/lib/libc/port/gen/strnlen.c b/usr/src/lib/libc/port/gen/strnlen.c index 01b554e17a..605245b6bb 100644 --- a/usr/src/lib/libc/port/gen/strnlen.c +++ b/usr/src/lib/libc/port/gen/strnlen.c @@ -20,15 +20,13 @@ */ /* - * Copyright 2006 Sun Microsystems, Inc. + * Copyright 2008 Sun Microsystems, Inc. * All rights reserved. Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" -#pragma weak strnlen = _strnlen - -#include "synonyms.h" +#include "lint.h" #include <string.h> #include <sys/types.h> |
