summaryrefslogtreecommitdiff
path: root/libunwind/include/libunwind.modulemap
blob: 162fe1d279a3c62c1b189b89f8a8c7b40c99c2a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module libunwind [system] {
  header "libunwind.h"
  export *
}

module unwind [system] {
  header "__libunwind_config.h"
  header "unwind.h"
  export *
}