Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6323 → Rev 6324

/contrib/toolchain/binutils/bfd/sysdep.h
1,6 → 1,5
/* sysdep.h -- handle host dependencies for the BFD library
Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2005, 2007, 2009
Free Software Foundation, Inc.
Copyright (C) 1995-2015 Free Software Foundation, Inc.
Written by Cygnus Support.
 
This file is part of BFD, the Binary File Descriptor library.
27,8 → 26,6
#error sysdep.h must be included in lieu of config.h
#endif
 
#include <stdarg.h>
 
#include "config.h"
 
#include "ansidecl.h"
37,6 → 34,8
#include <stddef.h>
#endif
 
#include <stdarg.h>
 
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
173,6 → 172,10
#endif
#endif
 
#if !HAVE_DECL_STRNLEN
size_t strnlen (const char *, size_t);
#endif
 
/* Define offsetof for those systems which lack it */
 
#ifndef offsetof