From: darylm503 Date: Thu, 18 Aug 2011 01:56:05 +0000 (+0000) Subject: Re-enable the declaration for ftello. X-Git-Tag: edk2-stable201903~14385 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=947a2d261c7ce7ff64e2c3c51b10f7ba61ebceb1 Re-enable the declaration for ftello. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12155 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/StdLib/Include/stdio.h b/StdLib/Include/stdio.h index f916f9e34f..62cbecef91 100644 --- a/StdLib/Include/stdio.h +++ b/StdLib/Include/stdio.h @@ -1509,7 +1509,7 @@ __END_DECLS __BEGIN_DECLS int fseeko(FILE *, off_t, int); -//off_t ftello(FILE *); +off_t ftello(FILE *); __END_DECLS /*