about summary refs log tree commit diff stats
path: root/wrapperhelper/example-libc.h
diff options
context:
space:
mode:
authorrajdakin <rajdakin@gmail.com>2024-09-10 17:25:37 +0200
committerGitHub <noreply@github.com>2024-09-10 17:25:37 +0200
commit0d6028d83753ce93aff9aecc8443de657663071c (patch)
tree1226447e55b1051262c6c7fc8ff34074471bd2da /wrapperhelper/example-libc.h
parent2127eaea221e89a44ececc87bc74f7d7b44873d0 (diff)
downloadbox64-0d6028d83753ce93aff9aecc8443de657663071c.tar.gz
box64-0d6028d83753ce93aff9aecc8443de657663071c.zip
[WRAPPERHELPER] Added per-arch override, always include 'stdc-predef.h', better parsing (#1813)
Diffstat (limited to 'wrapperhelper/example-libc.h')
-rw-r--r--wrapperhelper/example-libc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wrapperhelper/example-libc.h b/wrapperhelper/example-libc.h
index d17d475b..b4df17d2 100644
--- a/wrapperhelper/example-libc.h
+++ b/wrapperhelper/example-libc.h
@@ -131,6 +131,8 @@
 
 #pragma wrappers type_letters S FILE*
 #pragma wrappers type_letters S const FILE*
+#pragma wrappers type_letters S FILE* restrict
+#pragma wrappers type_letters S const FILE* restrict
 #pragma wrappers type_letters p FTS*
 #pragma wrappers type_letters p const FTS*
 #pragma wrappers type_letters p FTS64*