aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat-linux.c
blob: da24ab83db1ce5471e6a2700801a394dbf6e6ec2 (plain)
1
2
3
4
5
6
7
8
#define _GNU_SOURCE

#include "lib.h"
#include "allocate.h"

#include "compat/id-files-stat.c"
#include "compat/mmap-blob.c"
#include "compat/strtold.c"