]> Kevux Git Server - fll/commitdiff
Update: add write append macro
authorKevin Day <kevin@kevux.org>
Sat, 31 Mar 2012 02:34:04 +0000 (21:34 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 31 Mar 2012 02:34:04 +0000 (21:34 -0500)
This was missing.

level_0/f_file/c/file.h

index 62d3db0dd267af7e638fd99751fc363a8292f547..063e154a19fb966e6ad3c4a04d009d5709ecc522 100644 (file)
@@ -42,6 +42,7 @@ extern "C"{
   #define f_file_read_write_create "rw"
   #define f_file_read_write_append "a+"
   #define f_file_write_create      "w"
+  #define f_file_write_append      "a"
 #endif // _di_f_file_oldstyle_modes_
 
 #ifndef _di_f_file_seeks_