mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 21:38:03 +02:00
[test] Fix a typo in the _POSIX_SOURCE version number.
I hope POSIX isn't around in 20000 AD!
This commit is contained in:
parent
80990c7f72
commit
a2d4fb5009
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
*/
|
||||
|
||||
#define _GNU_SOURCE 1 /* for feenableexcept() et al */
|
||||
#define _POSIX_C_SOURCE 2000112L /* for flockfile() et al */
|
||||
#define _POSIX_C_SOURCE 200112L /* for flockfile() et al */
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue