Fix regparm attribute of fhandler_base::fstat_helper
* winsup/cygwin/fhandler_disk_file.cc (fhandler_base::fstat_helper): Align regparm attribute to declaration in fhandler.h.
This commit is contained in:
committed by
Corinna Vinschen
parent
eed35efbe6
commit
ecfba2bb2c
@ -428,7 +428,7 @@ fhandler_base::fstat_fs (struct stat *buf)
|
||||
return res;
|
||||
}
|
||||
|
||||
int __reg3
|
||||
int __reg2
|
||||
fhandler_base::fstat_helper (struct stat *buf)
|
||||
{
|
||||
IO_STATUS_BLOCK st;
|
||||
|
Reference in New Issue
Block a user