MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPT
[deliverable/binutils-gdb.git] / binutils / sysdep.h
index 33129252ea256ed02d1ec454cd86a6deabcbf0ce..b4d8049bb4e3c5f2116c855041007ecb304418ba 100644 (file)
@@ -1,5 +1,5 @@
 /* sysdep.h -- handle host dependencies for binutils
-   Copyright (C) 1991-2014 Free Software Foundation, Inc.
+   Copyright (C) 1991-2016 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -112,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
This page took 0.023468 seconds and 4 git commands to generate.