From fed9d5a0f8d69857acf0de81da91e07c12b87474 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 16 Feb 2017 11:22:02 -0600 Subject: [PATCH] cunistd: Fix stray single back quote the crept in in last commit. --- include/cxx/cunistd | 2 +- libc/pthread/Make.defs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cxx/cunistd b/include/cxx/cunistd index 1fe72931373..b2552d778f8 100644 --- a/include/cxx/cunistd +++ b/include/cxx/cunistd @@ -58,7 +58,7 @@ namespace std using ::pause; // File descriptor opertions -` + using ::close; using ::dup; using ::dup2; diff --git a/libc/pthread/Make.defs b/libc/pthread/Make.defs index 7f40ce7e737..089845d8f7e 100644 --- a/libc/pthread/Make.defs +++ b/libc/pthread/Make.defs @@ -65,4 +65,4 @@ endif DEPPATH += --dep-path pthread VPATH += :pthread -endif +endif # CONFIG_DISABLE_PTHREAD