hopefully fix the build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19748 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
SubDir HAIKU_TOP src bin coreutils6 lib ;
|
SubDir HAIKU_TOP src bin coreutils lib ;
|
||||||
|
|
||||||
# filter warnings we don't want here
|
# filter warnings we don't want here
|
||||||
TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS)
|
TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS)
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include "///boot/home/svnhaiku/trunk/headers/posix/fcntl.h"
|
#include_next "fcntl.h"
|
||||||
|
|
||||||
#if !defined O_DIRECT && defined O_DIRECTIO
|
#if !defined O_DIRECT && defined O_DIRECTIO
|
||||||
/* Tru64 spells it `O_DIRECTIO'. */
|
/* Tru64 spells it `O_DIRECTIO'. */
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
which in turn includes this file. */
|
which in turn includes this file. */
|
||||||
#if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H
|
#if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H
|
||||||
# if 1
|
# if 1
|
||||||
# include "///boot/home/svnhaiku/trunk/headers/posix/inttypes.h"
|
# include_next "inttypes.h"
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
Include it before <inttypes.h>, since any "#include <stdint.h>"
|
Include it before <inttypes.h>, since any "#include <stdint.h>"
|
||||||
in <inttypes.h> would reinclude us, skipping our contents because
|
in <inttypes.h> would reinclude us, skipping our contents because
|
||||||
_GL_STDINT_H is defined. */
|
_GL_STDINT_H is defined. */
|
||||||
# include "///boot/home/svnhaiku/trunk/headers/posix/stdint.h"
|
# include_next "stdint.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* <sys/types.h> defines some of the stdint.h types as well, on glibc,
|
/* <sys/types.h> defines some of the stdint.h types as well, on glibc,
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
/* This file is supposed to be used on platforms where <sys/stat.h> is
|
/* This file is supposed to be used on platforms where <sys/stat.h> is
|
||||||
incomplete. It is intended to provide definitions and prototypes
|
incomplete. It is intended to provide definitions and prototypes
|
||||||
needed by an application. Start with what the system provides. */
|
needed by an application. Start with what the system provides. */
|
||||||
#include "///boot/home/svnhaiku/trunk/headers/posix/sys/stat.h"
|
#include_next "sys/stat.h"
|
||||||
|
|
||||||
#ifndef S_IFMT
|
#ifndef S_IFMT
|
||||||
# define S_IFMT 0170000
|
# define S_IFMT 0170000
|
||||||
|
|||||||
Reference in New Issue
Block a user