add export renames to cbindgen files
This commit is contained in:
@@ -10,3 +10,6 @@ cpp_compat = true
|
||||
|
||||
[enum]
|
||||
prefix_with_name = true
|
||||
|
||||
[export.rename]
|
||||
"timespec" = "struct timespec"
|
||||
|
||||
@@ -10,3 +10,6 @@ cpp_compat = true
|
||||
|
||||
[enum]
|
||||
prefix_with_name = true
|
||||
|
||||
[export.rename]
|
||||
"timespec" = "struct timespec"
|
||||
|
||||
@@ -10,3 +10,6 @@ cpp_compat = true
|
||||
|
||||
[enum]
|
||||
prefix_with_name = true
|
||||
|
||||
[export.rename]
|
||||
"timespec" = "struct timespec"
|
||||
|
||||
@@ -14,3 +14,4 @@ prefix_with_name = true
|
||||
|
||||
[export.rename]
|
||||
"sigaction" = "struct sigaction"
|
||||
"timespec" = "struct timespec"
|
||||
|
||||
@@ -11,3 +11,6 @@ cpp_compat = true
|
||||
|
||||
[enum]
|
||||
prefix_with_name = true
|
||||
|
||||
[export.rename]
|
||||
"timespec" = "struct timespec"
|
||||
|
||||
@@ -13,4 +13,5 @@ cpp_compat = true
|
||||
prefix_with_name = true
|
||||
|
||||
[export.rename]
|
||||
"timespec" = "struct timespec"
|
||||
"timeval" = "struct timeval"
|
||||
|
||||
@@ -13,4 +13,5 @@ struct sigevent;
|
||||
prefix_with_name = true
|
||||
|
||||
[export.rename]
|
||||
"timespec" = "struct timespec"
|
||||
"sigevent" = "struct sigevent"
|
||||
|
||||
Reference in New Issue
Block a user