From 2d0c5ec78eb975981b1d194fa9d4bc80b894748d Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 5 Nov 2018 22:51:23 +0100 Subject: Use _POSIX_C_SOURCE, use shm_open --- examples/dmabuf-capture.c | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/dmabuf-capture.c') diff --git a/examples/dmabuf-capture.c b/examples/dmabuf-capture.c index abdb146a..ebbe0a70 100644 --- a/examples/dmabuf-capture.c +++ b/examples/dmabuf-capture.c @@ -1,4 +1,3 @@ -#define _XOPEN_SOURCE 700 #define _POSIX_C_SOURCE 199309L #include #include -- cgit v1.2.3