diff options
Diffstat (limited to 'lib/mlibc/options/glibc/include/sys/timeb.h')
-rw-r--r-- | lib/mlibc/options/glibc/include/sys/timeb.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/mlibc/options/glibc/include/sys/timeb.h b/lib/mlibc/options/glibc/include/sys/timeb.h new file mode 100644 index 0000000..d27173b --- /dev/null +++ b/lib/mlibc/options/glibc/include/sys/timeb.h @@ -0,0 +1,14 @@ +#ifndef _SYS_TIMEB_H +#define _SYS_TIMEB_H + +#ifdef __cplusplus +extern "C" { +#endif + + + +#ifdef __cplusplus +} +#endif + +#endif // _SYS_TIMEB_H |