]> granicus.if.org Git - esp-idf/commit
VFS: use O_APPEND flag of open() correctly
authorRoland Dobai <dobai.roland@gmail.com>
Thu, 10 May 2018 12:26:47 +0000 (14:26 +0200)
committerRoland Dobai <dobai.roland@gmail.com>
Fri, 11 May 2018 06:28:22 +0000 (08:28 +0200)
commit733ff15719ec30e3fbb76aa5475ccfa2acc208af
treec1e59b927b86d8c477704bbf549e2308b3e2910f
parent4903fd095102c60727d4313fe43a9deae3e9b7cd
VFS: use O_APPEND flag of open() correctly

Closes https://github.com/espressif/esp-idf/pull/1455
components/fatfs/src/vfs_fat.c
components/spiffs/esp_spiffs.c
components/vfs/test/test_vfs_append.c [new file with mode: 0644]