#include "my_inttypes.h"
#include "my_io.h"
Go to the source code of this file.
|
int | my_lock (File fd, int op, myf MyFlags) |
|
int | my_redel (const char *from, const char *to, int MyFlags) |
|
int | my_copystat (const char *from, const char *to, int MyFlags) |
|
◆ MY_REDEL_MAKE_BACKUP
#define MY_REDEL_MAKE_BACKUP 256 |
◆ MY_REDEL_NO_COPY_STAT
◆ my_copystat()
int my_copystat |
( |
const char * |
from, |
|
|
const char * |
to, |
|
|
int |
MyFlags |
|
) |
| |
◆ my_lock()
int my_lock |
( |
File |
fd, |
|
|
int |
op, |
|
|
myf |
MyFlags |
|
) |
| |
◆ my_redel()
int my_redel |
( |
const char * |
from, |
|
|
const char * |
to, |
|
|
int |
MyFlags |
|
) |
| |