diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-02-19 10:19:51 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-02-19 10:19:51 +0000 |
| commit | 18f19dcb54670bad915315f3586fd705e57bfcae (patch) | |
| tree | f2ccfecfee79235770d9dc6ec65957f306b8f763 /libc | |
| parent | f7e6d608faa2e04e3e63c5dd7e76ae258cb56103 (diff) | |
| download | uClibc-alpine-18f19dcb54670bad915315f3586fd705e57bfcae.tar.bz2 uClibc-alpine-18f19dcb54670bad915315f3586fd705e57bfcae.tar.xz | |
Synch kernel_types.h (i386, x86_64) with trunk
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/sysdeps/linux/i386/bits/kernel_types.h | 2 | ||||
| -rw-r--r-- | libc/sysdeps/linux/x86_64/bits/kernel_types.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/i386/bits/kernel_types.h b/libc/sysdeps/linux/i386/bits/kernel_types.h index 543f75f5c..9c07c7222 100644 --- a/libc/sysdeps/linux/i386/bits/kernel_types.h +++ b/libc/sysdeps/linux/i386/bits/kernel_types.h @@ -50,4 +50,4 @@ typedef struct { #endif } __kernel_fsid_t; -#endif /* __ARCH_I386_POSIX_TYPES_H */ +#endif diff --git a/libc/sysdeps/linux/x86_64/bits/kernel_types.h b/libc/sysdeps/linux/x86_64/bits/kernel_types.h index b2f73412e..de800d703 100644 --- a/libc/sysdeps/linux/x86_64/bits/kernel_types.h +++ b/libc/sysdeps/linux/x86_64/bits/kernel_types.h @@ -50,4 +50,4 @@ typedef struct { #endif } __kernel_fsid_t; -#endif /* _ASM_X86_64_POSIX_TYPES_H */ +#endif |
