diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-22 18:34:02 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-22 18:34:02 +0000 |
commit | eb714c98ab153d7482824862297c196720c3b8f5 (patch) | |
tree | d7db884492cbf4fb3e9f868728a41c8b0ccd2e9a /libc/sysdeps/linux/arm/mmap.c | |
parent | 4b777d4911f6b31d74bcaf35e9eae77e02e00814 (diff) | |
download | uClibc-alpine-eb714c98ab153d7482824862297c196720c3b8f5.tar.bz2 uClibc-alpine-eb714c98ab153d7482824862297c196720c3b8f5.tar.xz |
- sync with trunk r24404 (no obj-code changes)
Diffstat (limited to 'libc/sysdeps/linux/arm/mmap.c')
-rw-r--r-- | libc/sysdeps/linux/arm/mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/mmap.c b/libc/sysdeps/linux/arm/mmap.c index 0a74638ca..df550fedf 100644 --- a/libc/sysdeps/linux/arm/mmap.c +++ b/libc/sysdeps/linux/arm/mmap.c @@ -13,7 +13,7 @@ #if defined (__NR_mmap) || defined (__NR_mmap2) -libc_hidden_proto (mmap) +libc_hidden_proto(mmap) #if defined (__UCLIBC_MMAP_HAS_6_ARGS__) && defined (__NR_mmap) #define __NR__mmap __NR_mmap static __inline__ _syscall6 (__ptr_t, _mmap, __ptr_t, addr, size_t, len, |