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