Fix a couple of C++ related problems in include/cxx
This commit is contained in:
parent
d2424ac65c
commit
0566eb45f7
2 changed files with 3 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
namespace std
|
||||
{
|
||||
using ::flock;
|
||||
using ::creat;
|
||||
//using ::creat;
|
||||
using ::open;
|
||||
using ::fcntl;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,6 +59,8 @@ namespace std
|
|||
using ::lseek;
|
||||
using ::read;
|
||||
using ::write;
|
||||
using ::pread;
|
||||
using ::pwrite;
|
||||
using ::pipe;
|
||||
using ::chdir;
|
||||
using ::getcwd;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue