syscall.c (691372066ca89e4669b41fc55cab6a061d88af6c) | syscall.c (f7680a5593032d0c4f699144666605a4f8b044b9) |
---|---|
1/* 2 * Linux syscalls 3 * 4 * Copyright (c) 2003 Fabrice Bellard 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 65 unchanged lines hidden (view full) --- 74#include <linux/unistd.h> 75#include <linux/utsname.h> 76#include <linux/cdrom.h> 77#include <linux/hdreg.h> 78#include <linux/soundcard.h> 79#include <linux/kd.h> 80#include <linux/mtio.h> 81#include <linux/fs.h> | 1/* 2 * Linux syscalls 3 * 4 * Copyright (c) 2003 Fabrice Bellard 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 65 unchanged lines hidden (view full) --- 74#include <linux/unistd.h> 75#include <linux/utsname.h> 76#include <linux/cdrom.h> 77#include <linux/hdreg.h> 78#include <linux/soundcard.h> 79#include <linux/kd.h> 80#include <linux/mtio.h> 81#include <linux/fs.h> |
82#include <linux/fb.h> 83#include <linux/vt.h> |
|
82#include "linux_loop.h" 83 84#include "qemu.h" 85#include "qemu-common.h" 86 87#if defined(CONFIG_USE_NPTL) 88#define CLONE_NPTL_FLAGS2 (CLONE_SETTLS | \ 89 CLONE_PARENT_SETTID | CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID) --- 6956 unchanged lines hidden --- | 84#include "linux_loop.h" 85 86#include "qemu.h" 87#include "qemu-common.h" 88 89#if defined(CONFIG_USE_NPTL) 90#define CLONE_NPTL_FLAGS2 (CLONE_SETTLS | \ 91 CLONE_PARENT_SETTID | CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID) --- 6956 unchanged lines hidden --- |