]> git.proxmox.com Git - wasi-libc.git/blobdiff - basics/include/__typedef_blkcnt_t.h
WASI libc prototype implementation.
[wasi-libc.git] / basics / include / __typedef_blkcnt_t.h
index ba8c4275ef3d5297f334770315c53ab8db668609..12807e6573fb5e80b5dbe5569e75a3384ca34470 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __wasm_sysroot___typedef_blkcnt_t_h
-#define __wasm_sysroot___typedef_blkcnt_t_h
+#ifndef __wasm_basics___typedef_blkcnt_t_h
+#define __wasm_basics___typedef_blkcnt_t_h
 
 /* Define these as 64-bit signed integers to support files larger than 2 GiB. */
 typedef long long blkcnt_t;