diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-09-01 11:58:36 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-09-01 11:58:36 +0400 |
commit | e58c4d0b23392141f8c9e1e778ffa889b93647b2 (patch) | |
tree | 4d643dd1df25bbba0b45cdd51dfb7ecd8a26f5de | |
parent | 85f930f1f8342832dbecd59265285348156c6c61 (diff) | |
download | glibc-e58c4d0b23392141f8c9e1e778ffa889b93647b2.tar.gz |
Forget about B_FALSE/B_TRUE
-rw-r--r-- | sysdeps/unix/sysv/solaris2/kopensolaris-gnu/bits/types.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/bits/types.h b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/bits/types.h index bcee464dc1..af46d9387a 100644 --- a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/bits/types.h +++ b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/bits/types.h @@ -235,19 +235,11 @@ typedef __t_uscalar_t t_uscalar_t; #endif typedef __t_scalar_t t_scalar_t; -#if defined(__USE_XOPEN_OR_POSIX) typedef enum { _B_FALSE, _B_TRUE } boolean_t; -#else -typedef enum - { - B_FALSE, - B_TRUE - } boolean_t; -#endif typedef union { |