cunistd: Fix stray single back quote the crept in in last commit.

This commit is contained in:
Gregory Nutt 2017-02-16 11:22:02 -06:00
parent b4d378adb8
commit fed9d5a0f8
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -65,4 +65,4 @@ endif
DEPPATH += --dep-path pthread DEPPATH += --dep-path pthread
VPATH += :pthread VPATH += :pthread
endif endif # CONFIG_DISABLE_PTHREAD