From c9473557656164985c638d1defcf03ff4cb0958e Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 28 Jan 2019 11:47:32 +0100 Subject: Avoid warning for inline function --- src/export/mystdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/export/mystdlib.h b/src/export/mystdlib.h index dd08137..938804b 100644 --- a/src/export/mystdlib.h +++ b/src/export/mystdlib.h @@ -29,5 +29,5 @@ void unmap_file ( MAP *pMap ); /* Gets file size of open file returns != 0 in case of error */ -inline int getfilesize( int fd, size_t *size ); +int getfilesize( int fd, size_t *size ); -- cgit v1.2.3