mirror of https://github.com/ethereum/go-ethereum
Merge pull request #16115 from nonsense/update_rjeczalik_notify
vendor: update rjeczalik/notify so that it compiles on go1.10pull/16136/head
commit
06c5cae315
@ -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