Commits

Matt Rajca committed 7e5c9d34ec6
Added an an overlay for IOKit that adds the kIOReturnError* constants All of the constants and comments have been taken from IOKit/IOReturn.h: http://www.opensource.apple.com/source/xnu/xnu-792.13.8/iokit/IOKit/IOReturn.h The type of the kIOReturn* constants is Int32 to match the type of kIOReturnSuccess (which does get imported to Swift since it isn't defined in terms of a macro). Fixes: https://bugs.swift.org/browse/SR-576