mailing list of musl libc
 help / color / mirror / code / Atom feed
2d921ad11e6d37d593832405afa13d3118bb7868 blob 291 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
#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

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

#ifdef __cplusplus
}
#endif

#endif
debug log:

solving 2d921ad ...
found 2d921ad in https://inbox.vuxu.org/musl/20111010164449.GU24939@port70.net/
found c5824f1 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 c5824f1dc07d5e07da987d528e337c3c15009dcc	include/sys/swap.h

applying [1/1] https://inbox.vuxu.org/musl/20111010164449.GU24939@port70.net/
diff --git a/include/sys/swap.h b/include/sys/swap.h
index c5824f1..2d921ad 100644

Checking patch include/sys/swap.h...
Applied patch include/sys/swap.h cleanly.

index at:
100644 2d921ad11e6d37d593832405afa13d3118bb7868	include/sys/swap.h

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).