diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-20 09:39:52 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-20 09:39:52 +0000 |
commit | 328ff172e62af6a0a982bee615b3af61a82ccd62 (patch) | |
tree | 508d4719b2de1be043d2aa961759b851ef49fb91 /libc/sysdeps/linux/sh/bits/fcntl.h | |
parent | 414d8e5f2a73aff8e9404684571a65f85b27bf89 (diff) | |
download | uClibc-alpine-328ff172e62af6a0a982bee615b3af61a82ccd62.tar.bz2 uClibc-alpine-328ff172e62af6a0a982bee615b3af61a82ccd62.tar.xz |
Push latest libc SH4 specific implementations
Diffstat (limited to 'libc/sysdeps/linux/sh/bits/fcntl.h')
-rw-r--r-- | libc/sysdeps/linux/sh/bits/fcntl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/bits/fcntl.h b/libc/sysdeps/linux/sh/bits/fcntl.h index 10286a88d..ce8b623c6 100644 --- a/libc/sysdeps/linux/sh/bits/fcntl.h +++ b/libc/sysdeps/linux/sh/bits/fcntl.h @@ -24,7 +24,7 @@ #include <sys/types.h> #ifdef __USE_GNU -# include <bits/uio.h> +# include <sys/uio.h> #endif |