libsysprof-capture: fix version value for 3.36

This commit is contained in:
Christian Hergert
2020-02-13 14:30:36 -08:00
parent 86dcedfba0
commit a8c6038679

View File

@ -171,7 +171,7 @@
#endif
#if SYSPROF_VERSION_MAX_ALLOWED < SYSPROF_VERSION_3_36
# define SYSPROF_AVAILABLE_IN_3_36 SYSPROF_UNAVAILABLE(3, 34)
# define SYSPROF_AVAILABLE_IN_3_36 SYSPROF_UNAVAILABLE(3, 36)
#else
# define SYSPROF_AVAILABLE_IN_3_36 _SYSPROF_EXTERN
#endif