Eric thought that Darwin was right to use -1 consistently rather than
authorChandler Carruth <chandlerc@gmail.com>
Sat, 5 Jan 2013 00:42:50 +0000 (00:42 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 5 Jan 2013 00:42:50 +0000 (00:42 +0000)
commit6a40db40eea4f3103cc05610949f5fe217739eea
tree18a2f0cd757ff6c053e6a9a3933d34f1423b4f14
parent1751a73f1956a26b3806467267f9a6773f0478b3
Eric thought that Darwin was right to use -1 consistently rather than
leaving this undefined, and despite the sentence in the standard that
seems to require it, I'll cede the point and assume its a bug in the
wording. Other parts of POSIX regularly allow for things to be -1
instead of undefined, this should too. Makes things more consistent too.

This should have to real impact for folks though.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171574 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Unix/Process.inc