Fix a couple of C++ related problems in include/cxx
This commit is contained in:
parent
d2424ac65c
commit
0566eb45f7
@ -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…
x
Reference in New Issue
Block a user