Fix a typo in the previous commit.

Submitted by:	Mel <mel@rachie.is-a-geek.net>
This commit is contained in:
das 2009-03-01 06:27:03 +00:00
parent c968042e93
commit e464ce5be2

View File

@ -521,7 +521,7 @@
#if _POSIX_C_SOURCE >= 200809
#define __POSIX_VISIBLE 200809
#define __ISO_C_VISIBLE 1999
#elif _POSIX_C_SOURCE >= 200121
#elif _POSIX_C_SOURCE >= 200112
#define __POSIX_VISIBLE 200112
#define __ISO_C_VISIBLE 1999
#elif _POSIX_C_SOURCE >= 199506