mirror of
https://github.com/MariaDB/server.git
synced 2026-04-19 06:45:32 +02:00
my_fdopen: list all args in comment
This commit is contained in:
parent
08fa321877
commit
2ef2863c30
1 changed files with 2 additions and 0 deletions
|
|
@ -260,6 +260,8 @@ FILE *my_fdopen(File Filedes, const char *name, int Flags, myf MyFlags)
|
|||
r+ == O_RDWR
|
||||
w+ == O_RDWR|O_TRUNC|O_CREAT
|
||||
a+ == O_RDWR|O_APPEND|O_CREAT
|
||||
b == FILE_BINARY
|
||||
e == O_CLOEXEC
|
||||
*/
|
||||
|
||||
static void make_ftype(register char * to, register int flag)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue