mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
cunistd: Fix stray single back quote the crept in in last commit.
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ namespace std
|
|||||||
using ::pause;
|
using ::pause;
|
||||||
|
|
||||||
// File descriptor opertions
|
// File descriptor opertions
|
||||||
`
|
|
||||||
using ::close;
|
using ::close;
|
||||||
using ::dup;
|
using ::dup;
|
||||||
using ::dup2;
|
using ::dup2;
|
||||||
|
|||||||
@@ -65,4 +65,4 @@ endif
|
|||||||
DEPPATH += --dep-path pthread
|
DEPPATH += --dep-path pthread
|
||||||
VPATH += :pthread
|
VPATH += :pthread
|
||||||
|
|
||||||
endif
|
endif # CONFIG_DISABLE_PTHREAD
|
||||||
|
|||||||
Reference in New Issue
Block a user