rusage: Fix available page sizes

Change-Id: I418075ff4b5341e0f5c7ff317e96461879a60f87
This commit is contained in:
Masamichi Takagi
2018-12-13 13:54:18 +09:00
committed by Dominique Martinet
parent c82c2c1231
commit 6810506c3d
19 changed files with 65 additions and 186 deletions

View File

@@ -7,7 +7,6 @@
#include <fcntl.h>
#include "util.h"
#include "ihklib.h"
#include "mckernel/ihklib_rusage.h"
#define DEBUG
@@ -25,7 +24,7 @@ int main(int argc, char **argv)
int i, j, ret = 0;
void *mem;
int fd;
struct mckernel_rusage rusage;
struct ihk_os_rusage rusage;
fd = open("./file", O_RDWR);
CHKANDJUMP(fd == -1, 255, "open failed\n");