Commit 2ef2863c authored by Daniel Black's avatar Daniel Black Committed by Sergey Vojtovich

my_fdopen: list all args in comment

parent 08fa3218
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment