llvm: fix lldb musl patch: typo fnctl.h -> fcntl.h
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#ifdef _WIN32
|
||||
#include "lldb/Host/windows/windows.h"
|
||||
#else
|
||||
+#include <fnctl.h> /* O_RDRW */
|
||||
+#include <fcntl.h> /* O_RDRW */
|
||||
#include <sys/file.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
Reference in New Issue
Block a user