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