cunistd: Fix stray single back quote the crept in in last commit.
This commit is contained in:
parent
b4d378adb8
commit
fed9d5a0f8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue