summaryrefslogtreecommitdiff
path: root/emu/fbgl_preload.c
blob: e8771e2b72da1d7bcd09da6e97532322b18ec534 (plain)
1
2
3
4
5
6
7
8
9
#define _GNU_SOURCE
#include <dlfcn.h>
#include <fcntl.h>

int open(const char *pathname, int flags);

int open(const char *pathname, int flags) {

}