add export renames to cbindgen files

This commit is contained in:
auronandace
2026-02-12 13:33:54 +00:00
parent bb48f68968
commit bc25b5a7ed
7 changed files with 15 additions and 0 deletions
+3
View File
@@ -10,3 +10,6 @@ cpp_compat = true
[enum]
prefix_with_name = true
[export.rename]
"timespec" = "struct timespec"
+3
View File
@@ -10,3 +10,6 @@ cpp_compat = true
[enum]
prefix_with_name = true
[export.rename]
"timespec" = "struct timespec"
+3
View File
@@ -10,3 +10,6 @@ cpp_compat = true
[enum]
prefix_with_name = true
[export.rename]
"timespec" = "struct timespec"
+1
View File
@@ -14,3 +14,4 @@ prefix_with_name = true
[export.rename]
"sigaction" = "struct sigaction"
"timespec" = "struct timespec"
+3
View File
@@ -11,3 +11,6 @@ cpp_compat = true
[enum]
prefix_with_name = true
[export.rename]
"timespec" = "struct timespec"
+1
View File
@@ -13,4 +13,5 @@ cpp_compat = true
prefix_with_name = true
[export.rename]
"timespec" = "struct timespec"
"timeval" = "struct timeval"
+1
View File
@@ -13,4 +13,5 @@ struct sigevent;
prefix_with_name = true
[export.rename]
"timespec" = "struct timespec"
"sigevent" = "struct sigevent"