Unbreak the C++98 build.

llvm-svn: 169636
This commit is contained in:
David Blaikie 2012-12-07 21:39:54 +00:00
parent 7a93811e8b
commit a00d9caa8f
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ enum FdType {
FdSock, FdSock,
FdPipe, FdPipe,
FdEvent, // see eventfd() FdEvent, // see eventfd()
FdPoll, FdPoll
}; };
struct FdDesc { struct FdDesc {