File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -512,11 +512,11 @@ extern {
512
512
pub fn snprintf ( s : * mut :: c_char , n : :: size_t ,
513
513
format : * const :: c_char , ...) -> :: c_int ;
514
514
pub fn sprintf ( s : * mut :: c_char , format : * const :: c_char , ...) -> :: c_int ;
515
- #[ cfg_attr( target_os = "linux" , link_name = "__nldbl___isoc99_fscanf " ) ]
515
+ #[ cfg_attr( target_os = "linux" , link_name = "__isoc99_fscanf " ) ]
516
516
pub fn fscanf ( stream : * mut :: FILE , format : * const :: c_char , ...) -> :: c_int ;
517
- #[ cfg_attr( target_os = "linux" , link_name = "__nldbl___isoc99_scanf " ) ]
517
+ #[ cfg_attr( target_os = "linux" , link_name = "__isoc99_scanf " ) ]
518
518
pub fn scanf ( format : * const :: c_char , ...) -> :: c_int ;
519
- #[ cfg_attr( target_os = "linux" , link_name = "__nldbl___isoc99_sscanf " ) ]
519
+ #[ cfg_attr( target_os = "linux" , link_name = "__isoc99_sscanf " ) ]
520
520
pub fn sscanf ( s : * const :: c_char , format : * const :: c_char , ...) -> :: c_int ;
521
521
pub fn getchar_unlocked ( ) -> :: c_int ;
522
522
pub fn putchar_unlocked ( c : :: c_int ) -> :: c_int ;
You can’t perform that action at this time.
0 commit comments