forked from mirror/go-ethereum
parent
4e61ed02e2
commit
0a7cbd915a
@ -1,9 +0,0 @@ |
||||
// Copyright (c) 2017 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,go1.10
|
||||
|
||||
package notify |
||||
|
||||
const refZero = 0 |
@ -1,14 +0,0 @@ |
||||
// Copyright (c) 2017 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.10
|
||||
|
||||
package notify |
||||
|
||||
/* |
||||
#include <CoreServices/CoreServices.h> |
||||
*/ |
||||
import "C" |
||||
|
||||
var refZero = (*C.struct___CFAllocator)(nil) |
Loading…
Reference in new issue