代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/292670/3950636
h sched.h
/*
* linux/fs.h compatibility header
*/
#ifndef __COMPAT_LINUX_SCHED_H_
#define __COMPAT_LINUX_SCHED_H_
#include
#if LINUX_VERSION_CODE < 0x020200
#define signal_pending(x) (((x
www.eeworm.com/read/292670/3950644
h kmod.h
/*
* linux/kmod.h compatibility header
*/
#ifndef __COMPAT_LINUX_KMOD_H_
#define __COMPAT_LINUX_KMOD_H_
#include
#if LINUX_VERSION_CODE < 0x020200
#else
#include_next
www.eeworm.com/read/292670/3950645
h poll.h
/*
* linux/poll.h compatibility header
*/
#ifndef __COMPAT_LINUX_POLL_H_
#define __COMPAT_LINUX_POLL_H_
#include
#if LINUX_VERSION_CODE < 0x020200
#else
#include_next
www.eeworm.com/read/292670/3950646
h timer.h
/*
* linux/timer.h compatibility header
*/
#ifndef __COMPAT_LINUX_TIMER_H_
#define __COMPAT_LINUX_TIMER_H_
#include
#if LINUX_VERSION_CODE < 0x020200
#define mod_timer(a,b) do{
www.eeworm.com/read/292670/3950655
h slab.h
/*
* linux/slab.h compatibility header
*/
#ifndef __COMPAT_LINUX_SLAB_H_
#define __COMPAT_LINUX_SLAB_H_
#include
#if LINUX_VERSION_CODE < 0x020200
#include
#els
www.eeworm.com/read/292670/3950657
h page.h
/*
* asm/page.h compatibility header
*/
#ifndef __COMPAT_PAGE_TYPES_H_
#define __COMPAT_PAGE_TYPES_H_
#include
#include_next
#if LINUX_VERSION_CODE < KERNEL_VERSION
www.eeworm.com/read/292670/3950658
h types.h
/*
* asm/types.h compatibility header
*/
#ifndef __COMPAT_ASM_TYPES_H_
#define __COMPAT_ASM_TYPES_H_
#include
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,2,18)
typedef unsigned lo
www.eeworm.com/read/288937/3998634
h ipc.h
#ifndef _LINUX_IPC_H
#define _LINUX_IPC_H
#include
#define IPC_PRIVATE ((__kernel_key_t) 0)
/* Obsolete, used only for backwards compatibility and libc5 compiles */
struct ipc_per
www.eeworm.com/read/282522/4098930
hhp index.hhp
[OPTIONS]
Compatibility=1.1
Full-text search=Yes
Contents file=index.hhc
Default Window=main
Default topic=main.html
Index file=index.hhk
Language=0x409 English (United States)
Binary TOC=YES
www.eeworm.com/read/273740/4195356
c sunos_ioctl.c
/* $Id: sunos_ioctl.c,v 1.34 2000/09/03 14:10:56 anton Exp $
* sunos_ioctl.c: The Linux Operating system: SunOS ioctl compatibility.
*
* Copyright (C) 1995 Miguel de Icaza (miguel@nuclecu.unam.mx)