summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/binutils/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/binutils/sysdep.h')
-rw-r--r--binutils-2.25/binutils/sysdep.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/binutils-2.25/binutils/sysdep.h b/binutils-2.25/binutils/sysdep.h
index 5164e791..689e8c92 100644
--- a/binutils-2.25/binutils/sysdep.h
+++ b/binutils-2.25/binutils/sysdep.h
@@ -1,7 +1,5 @@
/* sysdep.h -- handle host dependencies for binutils
- Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2012
- Free Software Foundation, Inc.
+ Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
@@ -114,6 +112,10 @@ extern int snprintf(char *, size_t, const char *, ...);
extern int vsnprintf(char *, size_t, const char *, va_list);
#endif
+#if !HAVE_DECL_STRNLEN
+size_t strnlen (const char *, size_t);
+#endif
+
#ifndef O_RDONLY
#define O_RDONLY 0
#endif