mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/target_fcntl.h
No code change. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Acked-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20180529194207.31503-5-laurent@vivier.eu>
This commit is contained in:
parent
8b08c98e47
commit
050a1ba69a
4 changed files with 18 additions and 6 deletions
|
@ -7,5 +7,11 @@
|
|||
|
||||
#ifndef ARM_TARGET_FCNTL_H
|
||||
#define ARM_TARGET_FCNTL_H
|
||||
|
||||
#define TARGET_O_DIRECTORY 040000 /* must be a directory */
|
||||
#define TARGET_O_NOFOLLOW 0100000 /* don't follow links */
|
||||
#define TARGET_O_DIRECT 0200000 /* direct disk access hint */
|
||||
#define TARGET_O_LARGEFILE 0400000
|
||||
|
||||
#include "../generic/fcntl.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue