aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/include/sys/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/sys/types.h b/sys/include/sys/types.h
index 388458c..8636d4b 100644
--- a/sys/include/sys/types.h
+++ b/sys/include/sys/types.h
@@ -66,6 +66,7 @@ typedef _Bool bool;
typedef ssize_t off_t;
typedef size_t uintptr_t;
typedef int pid_t;
+typedef int dev_t;
#if defined(_KERNEL)
typedef uintptr_t vaddr_t; /* Virtual address */