syscall.c (059c2f2cd773e0f3d7284a6eab662fd26f9cbad2) | syscall.c (86fcd9463240c256f00963440fbd084196eeb964) |
---|---|
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 --- 45 unchanged lines hidden (view full) --- 54#include <sys/sem.h> 55#include <sys/statfs.h> 56#include <utime.h> 57#include <sys/sysinfo.h> 58#include <sys/utsname.h> 59//#include <sys/user.h> 60#include <netinet/ip.h> 61#include <netinet/tcp.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 --- 45 unchanged lines hidden (view full) --- 54#include <sys/sem.h> 55#include <sys/statfs.h> 56#include <utime.h> 57#include <sys/sysinfo.h> 58#include <sys/utsname.h> 59//#include <sys/user.h> 60#include <netinet/ip.h> 61#include <netinet/tcp.h> |
62#include <net/if.h> | 62#include <linux/wireless.h> |
63#include <qemu-common.h> 64#ifdef TARGET_GPROF 65#include <sys/gmon.h> 66#endif 67#ifdef CONFIG_EVENTFD 68#include <sys/eventfd.h> 69#endif 70#ifdef CONFIG_EPOLL --- 7764 unchanged lines hidden --- | 63#include <qemu-common.h> 64#ifdef TARGET_GPROF 65#include <sys/gmon.h> 66#endif 67#ifdef CONFIG_EVENTFD 68#include <sys/eventfd.h> 69#endif 70#ifdef CONFIG_EPOLL --- 7764 unchanged lines hidden --- |