Commit 99183741 by Marek Polacek Committed by Marek Polacek

memcpy-1.c: Declare getpagesize.

	* testsuite/libitm.c/memcpy-1.c: Declare getpagesize.
	* testsuite/libitm.c/memset-1.c: Likewise.

From-SVN: r215931
parent 22274fac
2014-10-06 Marek Polacek <polacek@redhat.com>
* testsuite/libitm.c/memcpy-1.c: Declare getpagesize.
* testsuite/libitm.c/memset-1.c: Likewise.
2014-07-24 Richard Henderson <rth@redhat.com>
* config/aarch64/sjlj.S (_ITM_beginTransaction): Use post-inc
......
......@@ -32,6 +32,7 @@
static unsigned char *buf1, *buf2;
static size_t bufsize, page_size;
static int fail;
int getpagesize (void);
static void
do_test (size_t align1, size_t align2, size_t len)
......
......@@ -32,6 +32,7 @@
static unsigned char *buf;
static size_t bufsize, page_size;
static int fail;
int getpagesize (void);
#ifndef MAP_ANONYMOUS
# ifdef MAP_ANON
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment