On Tue, 3 Jul 2012 12:21:27 +0300 Lauri Kasanen cand@gmx.com wrote:
On Mon, 2 Jul 2012 14:54:58 -0700 Ben Widawsky ben@bwidawsk.net wrote:
+#define _GNU_SOURCE
#include <string.h> #include <stdlib.h> #include <stdio.h>
I can't reproduce this. Can anyone else confirm this is broken, and if so that the above patch fixes it?
See the manpage, it depends on the glibc version. Libdrm is broken on glibc < 2.10.
- Lauri
dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel
Pushed. Thanks for the patch.