Browse Source

lm32: add missing types

Waldemar Brodkorb 9 năm trước cách đây
mục cha
commit
00c2deb30b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      libc/sysdeps/linux/lm32/bits/kernel_types.h

+ 2 - 0
libc/sysdeps/linux/lm32/bits/kernel_types.h

@@ -29,6 +29,8 @@ typedef __kernel_gid_t  __kernel_old_gid_t;
 typedef unsigned int    __kernel_old_dev_t;
 
 typedef long long       __kernel_loff_t;
+typedef long            __kernel_long_t;
+typedef unsigned long   __kernel_ulong_t;
 
 typedef struct {
         int val[2];