summaryrefslogtreecommitdiff
path: root/StdLib/StdLib.dsc
diff options
context:
space:
mode:
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-09-16 23:16:56 +0000
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-09-16 23:16:56 +0000
commit76beedc09c9156b0e711e08e8af55dd2084e810a (patch)
tree20980222eb683f07f85b0280c81b6c0599966931 /StdLib/StdLib.dsc
parentc614ca505dd2947acbd111e2764056aeac2012ad (diff)
StdLib: Change the last argument of the ioctl helper functions to va_list* from void*.
Functions which call these helper functions always pass the last parameter as a va_list argument. Add a conditional block around a MSFT-only pragma so that stringlist.c will compile with GCC. Comment-out the Socket Library components within StdLib.dsc. These components are still in development. Signed-off-by: darylm503 Reviewed by: geekboy15A git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12369 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'StdLib/StdLib.dsc')
-rw-r--r--StdLib/StdLib.dsc6
1 files changed, 3 insertions, 3 deletions
diff --git a/StdLib/StdLib.dsc b/StdLib/StdLib.dsc
index c352b2245..d01a2d6cb 100644
--- a/StdLib/StdLib.dsc
+++ b/StdLib/StdLib.dsc
@@ -120,9 +120,9 @@
StdLib/PosixLib/Stringlist/LibStringlist.inf
# Socket Libraries - LibC based
- StdLib/BsdSocketLib/BsdSocketLib.inf
- StdLib/EfiSocketLib/EfiSocketLib.inf
- StdLib/UseSocketDxe/UseSocketDxe.inf
+# StdLib/BsdSocketLib/BsdSocketLib.inf
+# StdLib/EfiSocketLib/EfiSocketLib.inf
+# StdLib/UseSocketDxe/UseSocketDxe.inf
##############################################################################
#