diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-18 19:06:35 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-18 19:06:35 +0200 |
commit | 478c691187fbc9ba4ccaacf92f57828eef20041c (patch) | |
tree | 4cb4b00d7da1fd533cebc347f3641cc0455935f5 /src/include/tce | |
parent | 7e6454020ed1143e05e83a683606f318995458e5 (diff) | |
download | TCE-478c691187fbc9ba4ccaacf92f57828eef20041c.tar.gz TCE-478c691187fbc9ba4ccaacf92f57828eef20041c.zip |
Simple shell added. Simple fprintf function added too.
Diffstat (limited to 'src/include/tce')
-rw-r--r-- | src/include/tce/vfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/tce/vfs.h b/src/include/tce/vfs.h index 20ea03b..00c80d7 100644 --- a/src/include/tce/vfs.h +++ b/src/include/tce/vfs.h @@ -3,7 +3,7 @@ #include <types.h> -typedef size_t FILE; +typedef int FILE; typedef struct _file_info { uint32_t type; |