From 22982ae4a28e1dd96ab4a68a8ad96302df4e2dbb Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Wed, 29 Nov 2006 21:03:11 +0000 Subject: _filelength is a function of fd, not FILE * git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2038 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/CCode/Source/Common/CommonLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools/CCode/Source/Common/CommonLib.h') 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 -- cgit v1.2.3