Sha256: d1f91b539dbfb9e17b7e3a680415fb78c6aa2457a6f2988bf8d366663cca0723

Contents?: true

Size: 332 Bytes

Versions: 5

Compression:

Stored size: 332 Bytes

Contents

#ifndef _SYS_SWAP_H
#define _SYS_SWAP_H

#ifdef __cplusplus
extern "C" {
#endif


#define	SWAP_FLAG_PREFER        0x8000
#define	SWAP_FLAG_PRIO_MASK     0x7fff
#define	SWAP_FLAG_PRIO_SHIFT    0
#define SWAP_FLAG_DISCARD       0x10000

int swapon (const char *, int);
int swapoff (const char *);

#ifdef __cplusplus
}
#endif

#endif

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
webruby-0.2.7 modules/emscripten/system/include/libc/sys/swap.h
webruby-0.2.5 modules/emscripten/system/include/libc/sys/swap.h
webruby-0.2.4 modules/emscripten/system/include/libc/sys/swap.h
webruby-0.2.2 modules/emscripten/system/include/libc/sys/swap.h
webruby-0.2.1 modules/emscripten/system/include/libc/sys/swap.h