Subversion Repositories Kolibri OS

Rev

Rev 5812 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5812 Rev 6324
Line 1... Line 1...
1
/* sysdep.h -- handle host dependencies for binutils
1
/* sysdep.h -- handle host dependencies for binutils
2
   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-
 
3
   2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2012
-
 
4
   Free Software Foundation, Inc.
2
   Copyright (C) 1991-2015 Free Software Foundation, Inc.
Line 5... Line 3...
5
 
3
 
Line 6... Line 4...
6
   This file is part of GNU Binutils.
4
   This file is part of GNU Binutils.
7
 
5
 
Line 60... Line 58...
60
extern char *strrchr ();
58
extern char *strrchr ();
61
#endif
59
#endif
62
#endif
60
#endif
63
#endif
61
#endif
Line 64... Line -...
64
 
-
 
65
 
62
 
66
#ifdef HAVE_STDLIB_H
63
#ifdef HAVE_STDLIB_H
67
#include 
64
#include 
Line 68... Line 65...
68
#endif
65
#endif
Line 113... Line 110...
113
 
110
 
114
#if !HAVE_DECL_VSNPRINTF
111
#if !HAVE_DECL_VSNPRINTF
115
extern int vsnprintf(char *, size_t, const char *, va_list);
112
extern int vsnprintf(char *, size_t, const char *, va_list);
Line -... Line 113...
-
 
113
#endif
-
 
114
 
-
 
115
#if !HAVE_DECL_STRNLEN
-
 
116
size_t strnlen (const char *, size_t);
116
#endif
117
#endif
117
 
118
 
118
#ifndef O_RDONLY
119
#ifndef O_RDONLY
Line 119... Line 120...
119
#define O_RDONLY 0
120
#define O_RDONLY 0