Skip to content
Permalink
Browse files
my_fdopen: list all args in comment
  • Loading branch information
grooverdan authored and Sergey Vojtovich committed Mar 7, 2018
1 parent 08fa321 commit 2ef2863
Showing 1 changed file 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)

0 comments on commit 2ef2863

Please sign in to comment.