version 1.1.1.4, 2018/04/24 17:34:20
|
version 1.1.1.5, 2018/04/24 17:57:28
|
Line 2
|
Line 2
|
#ifndef QEMU_COMMON_H |
#ifndef QEMU_COMMON_H |
#define QEMU_COMMON_H |
#define QEMU_COMMON_H |
|
|
|
#include "config-host.h" |
|
|
#define QEMU_NORETURN __attribute__ ((__noreturn__)) |
#define QEMU_NORETURN __attribute__ ((__noreturn__)) |
#ifdef CONFIG_GCC_ATTRIBUTE_WARN_UNUSED_RESULT |
#ifdef CONFIG_GCC_ATTRIBUTE_WARN_UNUSED_RESULT |
#define QEMU_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) |
#define QEMU_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) |
Line 29
|
Line 31
|
#include <fcntl.h> |
#include <fcntl.h> |
#include <sys/stat.h> |
#include <sys/stat.h> |
#include <assert.h> |
#include <assert.h> |
#include "config-host.h" |
|
|
|
#ifndef O_LARGEFILE |
#ifndef O_LARGEFILE |
#define O_LARGEFILE 0 |
#define O_LARGEFILE 0 |