X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=StdLib%2FBsdSocketLib%2Ferrno.c;h=2f81506b7a929d722ae9d59df9fb9c951dbb08f9;hb=d838c7449faa02cc3a205b0efdcf40d6d4817dee;hp=360609bd806117b63c74c72599cbdcb7cc9bdcaa;hpb=d7ce700605e1af0e455e31ec11f19ff21d26b525;p=mirror_edk2.git diff --git a/StdLib/BsdSocketLib/errno.c b/StdLib/BsdSocketLib/errno.c index 360609bd80..2f81506b7a 100644 --- a/StdLib/BsdSocketLib/errno.c +++ b/StdLib/BsdSocketLib/errno.c @@ -15,4 +15,7 @@ #include +/** + Variable that contains additional error information when an API call fails. +**/ int errno;