Lines 798-804
Link Here
|
798 |
sure that the bits actually land on the disk right away. */ |
798 |
sure that the bits actually land on the disk right away. */ |
799 |
/* Update 2020: Apparently here in the future, this sometimes takes |
799 |
/* Update 2020: Apparently here in the future, this sometimes takes |
800 |
3+ seconds, so let's not. */ |
800 |
3+ seconds, so let's not. */ |
|
|
801 |
/* Interix has no sync() or alike. */ |
802 |
#ifndef __INTERIX |
801 |
/* sync(); */ |
803 |
/* sync(); */ |
|
|
804 |
#endif |
802 |
|
805 |
|
803 |
status = 0; /* wrote and renamed successfully! */ |
806 |
status = 0; /* wrote and renamed successfully! */ |
804 |
} |
807 |
} |