From 62319ba0d2cb40eed09fdb966a6ac0db2fcff6f3 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Fri, 24 Dec 2021 11:14:02 +0000 Subject: [PATCH] Removed some duplicate typedefs --- photon/libc/sys/horizon/sys/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/photon/libc/sys/horizon/sys/types.h b/photon/libc/sys/horizon/sys/types.h index 8845593..4a12c7a 100644 --- a/photon/libc/sys/horizon/sys/types.h +++ b/photon/libc/sys/horizon/sys/types.h @@ -2,7 +2,9 @@ #define SYS_LINUX_SYS_TYPES_H_ #include +#include +/* TODO move to mio/types.h */ typedef signed long long blkcnt_t; typedef signed long long blksize_t; typedef unsigned long long clock_t; @@ -11,7 +13,6 @@ typedef unsigned long long fsblkcnt_t; typedef unsigned long long fsfilcnt_t; typedef unsigned int gid_t; typedef unsigned int id_t; -typedef unsigned long long ino_t; typedef unsigned int key_t; typedef unsigned int mode_t; typedef unsigned long long nlink_t;