File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -512,8 +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
516
pub fn fscanf ( stream : * mut :: FILE , format : * const :: c_char , ...) -> :: c_int ;
517
+ #[ cfg_attr( target_os = "linux" , link_name = "__nldbl___isoc99_scanf" ) ]
516
518
pub fn scanf ( format : * const :: c_char , ...) -> :: c_int ;
519
+ #[ cfg_attr( target_os = "linux" , link_name = "__nldbl___isoc99_sscanf" ) ]
517
520
pub fn sscanf ( s : * const :: c_char , format : * const :: c_char , ...) -> :: c_int ;
518
521
pub fn getchar_unlocked ( ) -> :: c_int ;
519
522
pub fn putchar_unlocked ( c : :: c_int ) -> :: c_int ;
You can’t perform that action at this time.
0 commit comments