diff options
author | David McCullough <davidm@snapgear.com> | 2002-08-27 01:20:21 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2002-08-27 01:20:21 +0000 |
commit | 4b2531defc3636e9db2e734b0799d44acbe6e977 (patch) | |
tree | f029245dabc86149264153b3cf827f18dda0b5a0 /libc/sysdeps/linux/alpha | |
parent | 4cd5ca906c65b15fc966b9d02d3f0cc1ae8817ff (diff) |
Added __kernel_fsid_t to satisfy some apps that need it.
Definitions taken from 2.4 kernel sources for each of the platforms.
Diffstat (limited to 'libc/sysdeps/linux/alpha')
-rw-r--r-- | libc/sysdeps/linux/alpha/bits/kernel_types.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/bits/kernel_types.h b/libc/sysdeps/linux/alpha/bits/kernel_types.h index a0b4b3670..0a4d63f87 100644 --- a/libc/sysdeps/linux/alpha/bits/kernel_types.h +++ b/libc/sysdeps/linux/alpha/bits/kernel_types.h @@ -33,4 +33,8 @@ typedef __kernel_gid_t __kernel_old_gid_t; typedef __kernel_uid_t __kernel_uid32_t; typedef __kernel_gid_t __kernel_gid32_t; +typedef struct { + int val[2]; +} __kernel_fsid_t; + #endif /* _ALPHA_POSIX_TYPES_H */ |