SYNC.2
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. SYNC(2)                   Minix Programmer's Manual                    SYNC(2)
  2. NAME
  3.      sync - update super-block
  4. SYNOPSIS
  5.      #include <unistd.h>
  6.      int sync(void)
  7. DESCRIPTION
  8.      Sync causes all information in the file system buffers that should be  on
  9.      disk to be written out.  This includes modified super blocks, modified i-
  10.      nodes, and delayed block I/O.
  11. SEE ALSO
  12.      sync(8), update(8).
  13. 4BSD                              June 30, 1985                              1