* include/features.h: Include sys/cdefs.h, like linux.

This commit is contained in:
Christopher Faylor 2004-12-01 17:07:03 +00:00
parent ea9af94bd3
commit ce71e000f1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-12-01 Christopher Faylor <cgf@timesys.com>
* include/features.h: Include sys/cdefs.h, like linux.
2004-12-01 Christopher Faylor <cgf@timesys.com>
* syscalls.cc (truncate64): Don't second-guess errno if open fails.

View File

@ -1,6 +1,6 @@
/* features.h
Copyright 2001 Red Hat, Inc.
Copyright 2001, 2002, 2003, 2004 Red Hat, Inc.
This file is part of Cygwin.
@ -11,6 +11,7 @@ details. */
#ifndef _FEATURES_H
#define _FEATURES_H
#include <sys/cdefs.h>
#include <sys/features.h>
#endif /* _FEATURES_H */