Commits
Doug Gregor committed 1dd795998fd
Imported C functions never have API names. The parameter names in C functions are not API in C and can easily be inconsistent from one redeclaration to another. Therefore, those parameter names are not considered API. Swift SVN r15853