Fix a couple of C++ related problems in include/cxx

This commit is contained in:
Gregory Nutt 2014-10-11 08:40:19 -06:00
parent d2424ac65c
commit 0566eb45f7
2 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,7 @@
namespace std
{
using ::flock;
using ::creat;
//using ::creat;
using ::open;
using ::fcntl;
}

View File

@ -59,6 +59,8 @@ namespace std
using ::lseek;
using ::read;
using ::write;
using ::pread;
using ::pwrite;
using ::pipe;
using ::chdir;
using ::getcwd;