]> git.proxmox.com Git - mirror_edk2.git/commit
Fix mismatch between the declaration and definition of fwrite.
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 18 Aug 2011 02:05:30 +0000 (02:05 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 18 Aug 2011 02:05:30 +0000 (02:05 +0000)
commit1e6e6f50e0a16df6e75e9684a95f949f0238d5c4
tree1b24c52c61389a20bee9bf1500141bb22f407564
parentb6ed10751ddf91e851971e1c558f91eb3b9f07ec
Fix mismatch between the declaration and definition of fwrite.
The first parameter should be const void * instead of void *.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12157 6f19259b-4bc3-4df7-8a09-765794883524
StdLib/Include/stdio.h