Skip to content
Snippets Groups Projects
Commit 9711a7c6 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Revert "[cxxmodules] Add time.h and sys/stat.h"

This reverts commit 86ffaecb.

This breaks runtime_cxxmodules.
parent 4e519a29
No related branches found
No related tags found
No related merge requests found
......@@ -36,14 +36,6 @@ module "libc" [system] {
export *
header "stdio.h"
}
module "time.h" {
export *
header "time.h"
}
module "sys_stat" {
export *
header "sys/stat.h"
}
}
// glib specific header. In it's own module because it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment