gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

system_darwin.go (180B)


      1 //go:build darwin
      2 // +build darwin
      3 
      4 package fsnotify
      5 
      6 import "golang.org/x/sys/unix"
      7 
      8 // note: this constant is not defined on BSD
      9 const openMode = unix.O_EVTONLY | unix.O_CLOEXEC