audk/StdLib/EfiSocketLib
darylm503 eb222aea1d Fix GCC build breaks.
Fix case mismatch for includes of "Socket.h".  Original code was <socket.h> while file was Socket.h in the same directory as the .c file.
Add EFIAPI to function declarations so that they match the definition.
Remove "ineffective" statements from stub functions.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12076 6f19259b-4bc3-4df7-8a09-765794883524
2011-08-02 20:52:36 +00:00
..
EfiSocketLib.inf Add Socket Libraries. 2011-07-30 00:30:44 +00:00
Init.c Fix GCC build breaks. 2011-08-02 20:52:36 +00:00
Service.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00
Socket.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00
Socket.h Add Socket Libraries. 2011-07-30 00:30:44 +00:00
Tcp4.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00
Udp4.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00
UseEfiSocketLib.c Fix GCC build breaks. 2011-08-02 20:52:36 +00:00