Re-enable the declaration for ftello.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12155 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
darylm503 2011-08-18 01:56:05 +00:00
parent fb11c13e5c
commit 947a2d261c
1 changed files with 1 additions and 1 deletions

View File

@ -1509,7 +1509,7 @@ __END_DECLS
__BEGIN_DECLS
int fseeko(FILE *, off_t, int);
//off_t ftello(FILE *);
off_t ftello(FILE *);
__END_DECLS
/*