aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/rjeczalik/notify/watcher_fsevents_go1.10.go
blob: dd2433d20a7b6413df2a72cae63f89854f56f968 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2018 The Notify Authors. All rights reserved.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.

// +build darwin,!kqueue,cgo,!go1.11

package notify

/*
 #include <CoreServices/CoreServices.h>
*/
import "C"

var refZero = (*C.struct___CFAllocator)(nil)