diff options
Diffstat (limited to 'src/state.c')
-rw-r--r-- | src/state.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/state.c b/src/state.c index 4c76859..d0c04e4 100644 --- a/src/state.c +++ b/src/state.c @@ -1,5 +1,5 @@ /* - Copyright 2007-2014 David Robillard <http://drobilla.net> + Copyright 2007-2015 David Robillard <http://drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -14,9 +14,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define _POSIX_C_SOURCE 200112L /* for fileno */ -#define _BSD_SOURCE 1 /* for lockf */ - #include <assert.h> #include <stdio.h> #include <stdlib.h> |