mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-29 18:24:47 +00:00
Fix a bunch of dumb typos and omissions.
This commit is contained in:
@@ -138,7 +138,7 @@ MessagePumpForUI::MessagePumpForUI()
|
||||
int flags = fcntl(fds[0], F_GETFL,0);
|
||||
if (flags == -1)
|
||||
flags = 0;
|
||||
fntl(fds[0], F_SETFL, flags | O_NDELAY);
|
||||
fcntl(fds[0], F_SETFL, flags | O_NDELAY);
|
||||
#endif
|
||||
wakeup_pipe_read_ = fds[0];
|
||||
wakeup_pipe_write_ = fds[1];
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#if defined(OS_WIN)
|
||||
#include <windows.h>
|
||||
#elif defined(OS_LINUX)
|
||||
#elif defined(OS_LINUX) || defined(OS_SOLARIS)
|
||||
#include "chrome/common/x11_util.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user