mirror of
https://github.com/MariaDB/server.git
synced 2025-08-15 22:37:22 +00:00
my_fdopen: list all args in comment
This commit is contained in:

committed by
Sergey Vojtovich

parent
08fa321877
commit
2ef2863c30
@ -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)
|
||||
|
Reference in New Issue
Block a user