diff options
Diffstat (limited to 'src/export')
-rw-r--r-- | src/export/mystdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); | |||
29 | 29 | ||
30 | /* Gets file size of open file | 30 | /* Gets file size of open file |
31 | returns != 0 in case of error */ | 31 | returns != 0 in case of error */ |
32 | inline int getfilesize( int fd, size_t *size ); | 32 | int getfilesize( int fd, size_t *size ); |
33 | 33 | ||