_sync.c 144 B

12345678
  1. #include <lib.h>
  2. #define sync _sync
  3. #include <unistd.h>
  4. PUBLIC int sync()
  5. {
  6. return(_callm1(FS, SYNC, 0, 0, 0, NIL_PTR, NIL_PTR, NIL_PTR));
  7. }