diff options
Diffstat (limited to 'kernel/libc/include/types.h')
-rw-r--r-- | kernel/libc/include/types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/libc/include/types.h b/kernel/libc/include/types.h index ffcf281..d9bede0 100644 --- a/kernel/libc/include/types.h +++ b/kernel/libc/include/types.h @@ -16,12 +16,12 @@ typedef int dev_t; typedef unsigned int fsblkcnt_t; typedef unsigned int fsfilcnt_t; typedef unsigned int ino_t; -//typedef unsigned int size_t; +// typedef unsigned int size_t; typedef int blksize_t; typedef int pid_t; typedef int ssize_t; -//typedef int clock_t; +// typedef int clock_t; typedef int time_t; #endif |