fixed btrfs_shell

Change-Id: I792661b62d896f105690500403650b174a649de6
This commit is contained in:
brjhaiku
2019-10-08 18:57:27 +02:00
committed by Adrien Destugues
parent bc6dc61fb9
commit 7868a011b8
6 changed files with 46 additions and 8 deletions
+1 -1
View File
@@ -12,8 +12,8 @@
#if !USER
# include <KernelExport.h>
# include <OS.h>
#endif
#include <OS.h>
#include <SupportDefs.h>
@@ -12,6 +12,9 @@
#endif
#include <stdlib.h>
#undef __THROW
#define __THROW
#include "fssh_dirent.h"
#include "fssh_errno.h"
#include "fssh_fcntl.h"
+4 -5
View File
@@ -50,16 +50,15 @@ struct fssh_tm {
};
#ifdef __cplusplus
extern "C" {
#endif
/* special timezone support */
extern char *fssh_tzname[2];
extern int fssh_daylight;
extern long fssh_timezone;
#ifdef __cplusplus
extern "C" {
#endif
extern fssh_clock_t fssh_clock(void);
extern double fssh_difftime(fssh_time_t time1, fssh_time_t time2);
extern fssh_time_t fssh_mktime(struct fssh_tm *tm);