Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/emubd
diff options
context:
space:
mode:
authorHaneef Mubarak <haneef@galois.com>2019-07-12 21:46:18 +0300
committerHaneef Mubarak <haneef@galois.com>2019-07-12 21:46:18 +0300
commit2e92f7a49b430c3aba0891e17b2bc00d92781953 (patch)
tree42783c66327e00a10452e290e97d924ca42c27e1 /emubd
parent2588948d70d05c3bc4cc54529b80fd99ccfb7842 (diff)
actually removed <dirent.h>
Diffstat (limited to 'emubd')
-rw-r--r--emubd/lfs_emubd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/emubd/lfs_emubd.c b/emubd/lfs_emubd.c
index 10158c6..712fcba 100644
--- a/emubd/lfs_emubd.c
+++ b/emubd/lfs_emubd.c
@@ -11,7 +11,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
-//#include <dirent.h>
#include <sys/stat.h>
#include <unistd.h>
#include <assert.h>