File: msync.go

package info (click to toggle)
golang-bazil-fuse 0.0~git20160811.0.371fbbd-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, buster-backports
  • size: 728 kB
  • sloc: sh: 26; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
package syscallx

/* This is the source file for msync_*.go, to regenerate run

   ./generate

*/

//sys Msync(b []byte, flags int) (err error)