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:
parent
6162e54921
commit
a6afeec81f
@ -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
|
||||
TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS)
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include "///boot/home/svnhaiku/trunk/headers/posix/fcntl.h"
|
||||
#include_next "fcntl.h"
|
||||
|
||||
#if !defined O_DIRECT && defined O_DIRECTIO
|
||||
/* Tru64 spells it `O_DIRECTIO'. */
|
||||
|
@ -22,7 +22,7 @@
|
||||
which in turn includes this file. */
|
||||
#if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H
|
||||
# if 1
|
||||
# include "///boot/home/svnhaiku/trunk/headers/posix/inttypes.h"
|
||||
# include_next "inttypes.h"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
Include it before <inttypes.h>, since any "#include <stdint.h>"
|
||||
in <inttypes.h> would reinclude us, skipping our contents because
|
||||
_GL_STDINT_H is defined. */
|
||||
# include "///boot/home/svnhaiku/trunk/headers/posix/stdint.h"
|
||||
# include_next "stdint.h"
|
||||
#endif
|
||||
|
||||
/* <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
|
||||
incomplete. It is intended to provide definitions and prototypes
|
||||
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
|
||||
# define S_IFMT 0170000
|
||||
|
Loading…
x
Reference in New Issue
Block a user