* include/features.h: Include sys/cdefs.h, like linux.
This commit is contained in:
parent
ea9af94bd3
commit
ce71e000f1
@ -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>
|
2004-12-01 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* syscalls.cc (truncate64): Don't second-guess errno if open fails.
|
* syscalls.cc (truncate64): Don't second-guess errno if open fails.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* features.h
|
/* features.h
|
||||||
|
|
||||||
Copyright 2001 Red Hat, Inc.
|
Copyright 2001, 2002, 2003, 2004 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
@ -11,6 +11,7 @@ details. */
|
|||||||
#ifndef _FEATURES_H
|
#ifndef _FEATURES_H
|
||||||
#define _FEATURES_H
|
#define _FEATURES_H
|
||||||
|
|
||||||
|
#include <sys/cdefs.h>
|
||||||
#include <sys/features.h>
|
#include <sys/features.h>
|
||||||
|
|
||||||
#endif /* _FEATURES_H */
|
#endif /* _FEATURES_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user