From 9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 21 Feb 2000 05:20:38 +0000 Subject: Respond to a multitude of g++ warnings. --- winsup/cygwin/heap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/heap.cc') diff --git a/winsup/cygwin/heap.cc b/winsup/cygwin/heap.cc index 7bbe882d8..6c8ddae8f 100644 --- a/winsup/cygwin/heap.cc +++ b/winsup/cygwin/heap.cc @@ -20,7 +20,7 @@ details. */ static unsigned page_const = 0; -static int __inline +static __inline__ int getpagesize(void) { SYSTEM_INFO si; -- cgit v1.2.3