build: fix some 32-bit build issues

This commit is contained in:
Christian Hergert
2019-07-02 17:00:44 -07:00
parent 96fd7a65b8
commit ce7b11695f
2 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ helpers_perf_event_open (GVariant *options,
gint32 pid,
gint32 cpu,
gint group_fd,
gulong flags,
guint64 flags,
gint *out_fd)
{
#ifndef __linux__