mailing list of musl libc
 help / color / mirror / code / Atom feed
c5824f1dc07d5e07da987d528e337c3c15009dcc blob 222 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#ifndef _SYS_SWAP_H
#define _SYS_SWAP_H

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

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

#endif
debug log:

solving c5824f1 ...
found c5824f1 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).