-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.map
71 lines (60 loc) · 984 Bytes
/
modules.map
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
// modules.map
// Generated by: modularize -module-map-path=modules.map headers.lst
module types {
header "/usr/include/sys/types.h"
export *
}
module socket {
header "/usr/include/sys/socket.h"
export *
}
module un {
header "/usr/include/sys/un.h"
export *
}
module in {
header "/usr/include/netinet/in.h"
export *
}
module unistd {
header "/usr/include/unistd.h"
export *
}
module inet {
header "/usr/include/arpa/inet.h"
export *
}
module poll {
header "/usr/include/poll.h"
export *
}
module pybind11 {
module pybind11 {
header "pybind11/pybind11.h"
export *
}
module stl {
header "pybind11/stl.h"
export *
}
}
module fcntl {
header "/usr/include/fcntl.h"
export *
}
module ncurses {
header "/usr/include/ncurses.h"
export *
}
module epoll {
header "/usr/include/sys/epoll.h"
export *
}
module dl {
header "/usr/include/dlfcn.h"
export *
}
module stat {
header "/usr/include/sys/stat.h"
export *
}