diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-16 23:48:13 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-16 23:48:13 +0000 |
commit | b0ba03e9b3d460154fd09ef5676c18bf0770fdce (patch) | |
tree | 1db4966ffc99ad3c495bd18d6f7040e1515e79d7 /include/platform.h | |
parent | 13fadcb7fbac1e7b95cf2de2dff28b2d547a40c1 (diff) | |
download | busybox-w32-b0ba03e9b3d460154fd09ef5676c18bf0770fdce.tar.gz busybox-w32-b0ba03e9b3d460154fd09ef5676c18bf0770fdce.tar.bz2 busybox-w32-b0ba03e9b3d460154fd09ef5676c18bf0770fdce.zip |
s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
xstrtou: disallow leading '+'
git-svn-id: svn://busybox.net/trunk/busybox@16976 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h index 345e9cb7a..a1ec17a7b 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -195,7 +195,7 @@ typedef unsigned long long int uintmax_t; | |||
195 | * out of the tree, so stop saying it should be. */ | 195 | * out of the tree, so stop saying it should be. */ |
196 | #define fdprintf dprintf | 196 | #define fdprintf dprintf |
197 | 197 | ||
198 | /* Don't use lchown with glibc older then 2.1.x ... uC-libc lacks it */ | 198 | /* Don't use lchown with glibc older than 2.1.x ... uC-libc lacks it */ |
199 | #if (defined __GLIBC__ && __GLIBC__ <= 2 && __GLIBC_MINOR__ < 1) || \ | 199 | #if (defined __GLIBC__ && __GLIBC__ <= 2 && __GLIBC_MINOR__ < 1) || \ |
200 | defined __UC_LIBC__ | 200 | defined __UC_LIBC__ |
201 | # define lchown chown | 201 | # define lchown chown |