fix path in ndk-patches/linux-fcntl.h.patch
This commit is contained in:
parent
9edcea2b24
commit
344d016a06
@ -1,5 +1,5 @@
|
|||||||
--- ./usr/include/fcntl.h
|
--- ./usr/include/linux/fcntl.h
|
||||||
+++ ./usr/include/fcntl.h
|
+++ ./usr/include/linux/fcntl.h
|
||||||
@@ -54,7 +54,7 @@
|
@@ -54,7 +54,7 @@
|
||||||
#define DN_MULTISHOT 0x80000000
|
#define DN_MULTISHOT 0x80000000
|
||||||
#define AT_FDCWD - 100
|
#define AT_FDCWD - 100
|
||||||
|
Loading…
Reference in New Issue
Block a user