Skip to content

Commit 2ef2863

Browse files
grooverdansvoj
authored andcommitted
my_fdopen: list all args in comment
1 parent 08fa321 commit 2ef2863

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysys/my_fopen.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ FILE *my_fdopen(File Filedes, const char *name, int Flags, myf MyFlags)
260260
r+ == O_RDWR
261261
w+ == O_RDWR|O_TRUNC|O_CREAT
262262
a+ == O_RDWR|O_APPEND|O_CREAT
263+
b == FILE_BINARY
264+
e == O_CLOEXEC
263265
*/
264266

265267
static void make_ftype(register char * to, register int flag)

0 commit comments

Comments
 (0)