@@ -2663,7 +2663,6 @@ pub mod funcs {
2663
2663
2664
2664
pub mod c95 {
2665
2665
#[ nolink]
2666
- #[ abi = "cdecl" ]
2667
2666
pub mod ctype {
2668
2667
use libc:: types:: os:: arch:: c95:: { c_char, c_int} ;
2669
2668
@@ -2685,7 +2684,6 @@ pub mod funcs {
2685
2684
}
2686
2685
2687
2686
#[ nolink]
2688
- #[ abi = "cdecl" ]
2689
2687
pub mod stdio {
2690
2688
use libc:: types:: common:: c95:: { FILE , c_void, fpos_t} ;
2691
2689
use libc:: types:: os:: arch:: c95:: { c_char, c_int, c_long, size_t} ;
@@ -2742,7 +2740,6 @@ pub mod funcs {
2742
2740
}
2743
2741
2744
2742
#[ nolink]
2745
- #[ abi = "cdecl" ]
2746
2743
pub mod stdlib {
2747
2744
use libc:: types:: common:: c95:: c_void;
2748
2745
use libc:: types:: os:: arch:: c95:: { c_char, c_double, c_int} ;
@@ -2776,7 +2773,6 @@ pub mod funcs {
2776
2773
}
2777
2774
2778
2775
#[ nolink]
2779
- #[ abi = "cdecl" ]
2780
2776
pub mod string {
2781
2777
use libc:: types:: common:: c95:: c_void;
2782
2778
use libc:: types:: os:: arch:: c95:: { c_char, c_int, size_t} ;
@@ -2826,7 +2822,6 @@ pub mod funcs {
2826
2822
#[ cfg( target_os = "win32" ) ]
2827
2823
pub mod posix88 {
2828
2824
#[ nolink]
2829
- #[ abi = "cdecl" ]
2830
2825
pub mod stat_ {
2831
2826
use libc:: types:: os:: common:: posix01:: stat;
2832
2827
use libc:: types:: os:: arch:: c95:: { c_int, c_char} ;
@@ -2844,7 +2839,6 @@ pub mod funcs {
2844
2839
}
2845
2840
2846
2841
#[ nolink]
2847
- #[ abi = "cdecl" ]
2848
2842
pub mod stdio {
2849
2843
use libc:: types:: common:: c95:: FILE ;
2850
2844
use libc:: types:: os:: arch:: c95:: { c_int, c_char} ;
@@ -2862,7 +2856,6 @@ pub mod funcs {
2862
2856
}
2863
2857
2864
2858
#[ nolink]
2865
- #[ abi = "cdecl" ]
2866
2859
pub mod fcntl {
2867
2860
use libc:: types:: os:: arch:: c95:: { c_int, c_char} ;
2868
2861
extern {
@@ -2875,13 +2868,11 @@ pub mod funcs {
2875
2868
}
2876
2869
2877
2870
#[ nolink]
2878
- #[ abi = "cdecl" ]
2879
2871
pub mod dirent {
2880
2872
// Not supplied at all.
2881
2873
}
2882
2874
2883
2875
#[ nolink]
2884
- #[ abi = "cdecl" ]
2885
2876
pub mod unistd {
2886
2877
use libc:: types:: common:: c95:: c_void;
2887
2878
use libc:: types:: os:: arch:: c95:: { c_int, c_uint, c_char,
@@ -2949,7 +2940,6 @@ pub mod funcs {
2949
2940
use libc:: types:: os:: arch:: posix88:: mode_t;
2950
2941
2951
2942
#[ nolink]
2952
- #[ abi = "cdecl" ]
2953
2943
extern {
2954
2944
pub fn chmod ( path : * c_char , mode : mode_t ) -> c_int ;
2955
2945
pub fn fchmod ( fd : c_int , mode : mode_t ) -> c_int ;
@@ -2978,7 +2968,6 @@ pub mod funcs {
2978
2968
}
2979
2969
2980
2970
#[ nolink]
2981
- #[ abi = "cdecl" ]
2982
2971
pub mod stdio {
2983
2972
use libc:: types:: common:: c95:: FILE ;
2984
2973
use libc:: types:: os:: arch:: c95:: { c_char, c_int} ;
@@ -2992,7 +2981,6 @@ pub mod funcs {
2992
2981
}
2993
2982
2994
2983
#[ nolink]
2995
- #[ abi = "cdecl" ]
2996
2984
pub mod fcntl {
2997
2985
use libc:: types:: os:: arch:: c95:: { c_char, c_int} ;
2998
2986
use libc:: types:: os:: arch:: posix88:: mode_t;
@@ -3006,7 +2994,6 @@ pub mod funcs {
3006
2994
}
3007
2995
3008
2996
#[ nolink]
3009
- #[ abi = "cdecl" ]
3010
2997
pub mod dirent {
3011
2998
use libc:: types:: common:: posix88:: { DIR , dirent_t} ;
3012
2999
use libc:: types:: os:: arch:: c95:: { c_char, c_int, c_long} ;
@@ -3040,7 +3027,6 @@ pub mod funcs {
3040
3027
}
3041
3028
3042
3029
#[ nolink]
3043
- #[ abi = "cdecl" ]
3044
3030
pub mod unistd {
3045
3031
use libc:: types:: common:: c95:: c_void;
3046
3032
use libc:: types:: os:: arch:: c95:: { c_char, c_int, c_long, c_uint} ;
@@ -3100,7 +3086,6 @@ pub mod funcs {
3100
3086
}
3101
3087
3102
3088
#[ nolink]
3103
- #[ abi = "cdecl" ]
3104
3089
pub mod signal {
3105
3090
use libc:: types:: os:: arch:: c95:: { c_int} ;
3106
3091
use libc:: types:: os:: arch:: posix88:: { pid_t} ;
@@ -3111,7 +3096,6 @@ pub mod funcs {
3111
3096
}
3112
3097
3113
3098
#[ nolink]
3114
- #[ abi = "cdecl" ]
3115
3099
pub mod mman {
3116
3100
use libc:: types:: common:: c95:: { c_void} ;
3117
3101
use libc:: types:: os:: arch:: c95:: { size_t, c_int, c_char} ;
@@ -3150,7 +3134,6 @@ pub mod funcs {
3150
3134
#[ cfg( target_os = "freebsd" ) ]
3151
3135
pub mod posix01 {
3152
3136
#[ nolink]
3153
- #[ abi = "cdecl" ]
3154
3137
pub mod stat_ {
3155
3138
use libc:: types:: os:: arch:: c95:: { c_char, c_int} ;
3156
3139
use libc:: types:: os:: arch:: posix01:: stat;
@@ -3168,7 +3151,6 @@ pub mod funcs {
3168
3151
}
3169
3152
3170
3153
#[ nolink]
3171
- #[ abi = "cdecl" ]
3172
3154
pub mod unistd {
3173
3155
use libc:: types:: os:: arch:: c95:: { c_char, c_int, size_t} ;
3174
3156
use libc:: types:: os:: arch:: posix88:: { ssize_t} ;
@@ -3195,7 +3177,6 @@ pub mod funcs {
3195
3177
}
3196
3178
3197
3179
#[ nolink]
3198
- #[ abi = "cdecl" ]
3199
3180
pub mod wait {
3200
3181
use libc:: types:: os:: arch:: c95:: { c_int} ;
3201
3182
use libc:: types:: os:: arch:: posix88:: { pid_t} ;
@@ -3207,7 +3188,6 @@ pub mod funcs {
3207
3188
}
3208
3189
3209
3190
#[ nolink]
3210
- #[ abi = "cdecl" ]
3211
3191
pub mod glob {
3212
3192
use libc:: types:: os:: arch:: c95:: { c_char, c_int} ;
3213
3193
use libc:: types:: os:: common:: posix01:: { glob_t} ;
@@ -3223,7 +3203,6 @@ pub mod funcs {
3223
3203
}
3224
3204
3225
3205
#[ nolink]
3226
- #[ abi = "cdecl" ]
3227
3206
pub mod mman {
3228
3207
use libc:: types:: common:: c95:: { c_void} ;
3229
3208
use libc:: types:: os:: arch:: c95:: { c_int, size_t} ;
@@ -3271,7 +3250,6 @@ pub mod funcs {
3271
3250
use libc:: types:: os:: arch:: c95:: { c_char, c_uchar, c_int, c_uint,
3272
3251
size_t} ;
3273
3252
3274
- #[ abi = "cdecl" ]
3275
3253
extern {
3276
3254
pub fn sysctl ( name : * c_int ,
3277
3255
namelen : c_uint ,
@@ -3305,7 +3283,6 @@ pub mod funcs {
3305
3283
use libc:: types:: common:: c95:: { c_void} ;
3306
3284
use libc:: types:: os:: arch:: c95:: { c_uchar, c_int, size_t} ;
3307
3285
3308
- #[ abi = "cdecl" ]
3309
3286
extern {
3310
3287
pub fn getdtablesize ( ) -> c_int ;
3311
3288
pub fn madvise ( addr : * c_void , len : size_t , advice : c_int )
@@ -3325,7 +3302,6 @@ pub mod funcs {
3325
3302
pub mod extra {
3326
3303
use libc:: types:: os:: arch:: c95:: { c_char, c_int} ;
3327
3304
3328
- #[ abi = "cdecl" ]
3329
3305
extern {
3330
3306
pub fn _NSGetExecutablePath ( buf : * mut c_char , bufsize : * mut u32 )
3331
3307
-> c_int ;
@@ -3358,7 +3334,6 @@ pub mod funcs {
3358
3334
use libc:: types:: os:: arch:: extra:: { HANDLE , LPHANDLE } ;
3359
3335
3360
3336
#[ cfg( target_arch = "x86" ) ]
3361
- #[ abi = "stdcall" ]
3362
3337
extern "stdcall" {
3363
3338
pub fn GetEnvironmentVariableW ( n : LPCWSTR ,
3364
3339
v : LPWSTR ,
@@ -3572,7 +3547,6 @@ pub mod funcs {
3572
3547
pub mod msvcrt {
3573
3548
use libc:: types:: os:: arch:: c95:: { c_int, c_long} ;
3574
3549
3575
- #[ abi = "cdecl" ]
3576
3550
#[ nolink]
3577
3551
extern {
3578
3552
#[ link_name = "_commit" ]
0 commit comments