X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/7bc179c25a1a0b7053959a7b7f2f530da1edbf13..85dc2ffc4c376b5e06a0ef5060de566afedcc659:/lunaix-os/includes/lunaix/types.h diff --git a/lunaix-os/includes/lunaix/types.h b/lunaix-os/includes/lunaix/types.h index fe06333..6ce5fcf 100644 --- a/lunaix-os/includes/lunaix/types.h +++ b/lunaix-os/includes/lunaix/types.h @@ -16,9 +16,6 @@ typedef unsigned int u32_t; typedef unsigned long ptr_t; typedef unsigned long reg_t; -typedef unsigned int uid_t; -typedef unsigned int gid_t; - #ifndef CONFIG_ARCH_BITS_64 typedef unsigned long long u64_t; #else