mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-31 11:45:49 +03:00
Fix warnings
This commit is contained in:
8
types.h
8
types.h
@@ -8,14 +8,6 @@
|
||||
#include <linux/string.h> // IWYU pragma: export
|
||||
|
||||
#include <linux/types.h>
|
||||
typedef __u8 uint8_t;
|
||||
typedef __u16 uint16_t;
|
||||
typedef __u32 uint32_t;
|
||||
typedef __u64 uint64_t;
|
||||
//typedef __i8 int8_t;
|
||||
//typedef __i16 int16_t;
|
||||
//typedef __i32 int32_t;
|
||||
//typedef __i64 int64_t;
|
||||
#else /* USER_SPACE */
|
||||
|
||||
#include <errno.h> // IWYU pragma: export
|
||||
|
||||
Reference in New Issue
Block a user