mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +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;
|
||||
|
||||
// File descriptor opertions
|
||||
`
|
||||
|
||||
using ::close;
|
||||
using ::dup;
|
||||
using ::dup2;
|
||||
|
||||
@@ -65,4 +65,4 @@ endif
|
||||
DEPPATH += --dep-path pthread
|
||||
VPATH += :pthread
|
||||
|
||||
endif
|
||||
endif # CONFIG_DISABLE_PTHREAD
|
||||
|
||||
Reference in New Issue
Block a user