summaryrefslogtreecommitdiff
path: root/Tools/CCode/Source/Common/CommonLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/CCode/Source/Common/CommonLib.h')
-rw-r--r--Tools/CCode/Source/Common/CommonLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CCode/Source/Common/CommonLib.h b/Tools/CCode/Source/Common/CommonLib.h
index f6c29ef8a8..40d35356e7 100644
--- a/Tools/CCode/Source/Common/CommonLib.h
+++ b/Tools/CCode/Source/Common/CommonLib.h
@@ -130,7 +130,7 @@ PrintGuidToBuffer (
#define _stricmp strcasecmp
#define strnicmp strncasecmp
#define strcmpi strcasecmp
-size_t _filelength(FILE *file);
+size_t _filelength(int fd);
#ifndef __CYGWIN__
char *strlwr(char *s);
#endif