commit | 82dcfee5fcd5243ff9df2aa7497e83dd567b6f95 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Aug 02 16:07:41 2012 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Thu Aug 02 16:07:41 2012 -0700 |
tree | bd2d481bae1df5cd34b6599c91aabb23b84621ad | |
parent | c07196605cc9bb55af2173832536e342e902d2c5 [diff] | |
parent | 19e30fc41030ab0524134b097dfef88baea14f4a [diff] |
am 19e30fc4: am a1c0f08d: Merge "Fix a ENOTUP/ENOTSUP typo." * commit '19e30fc41030ab0524134b097dfef88baea14f4a': Fix a ENOTUP/ENOTSUP typo.
diff --git a/libc/include/errno.h b/libc/include/errno.h index 2b2685a..e1b15c0 100644 --- a/libc/include/errno.h +++ b/libc/include/errno.h
@@ -36,7 +36,7 @@ /* on Linux, ENOTSUP and EOPNOTSUPP are defined as the same error code * even if 1000.3 states that they should be different */ -#ifndef ENOTUP +#ifndef ENOTSUP #define ENOTSUP EOPNOTSUPP #endif