Comment 30 for bug 290666

Revision history for this message
Tarek Loubani (tareko) wrote :

Oh, this DID work. Put is the file I used in its entirety for completeness:

****
#include <stdio.h>
int fsync(int i)
{
   return 0;
}

int fdatasync(int i)
{
   return 0;
}

****

Probably stdio.h isn't necessary.. Finally, things are back to normal! yay!

tarek : )