llvm: fix lldb musl patch: typo fnctl.h -> fcntl.h
This commit is contained in:
parent
28e4fd2b7d
commit
102bbe4294
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include "lldb/Host/windows/windows.h"
|
#include "lldb/Host/windows/windows.h"
|
||||||
#else
|
#else
|
||||||
+#include <fnctl.h> /* O_RDRW */
|
+#include <fcntl.h> /* O_RDRW */
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue