status-go/vendor/github.com/rjeczalik/notify
Siddarth Kumar a6df2be92e
fix crash on x86_64 android emulators (#4233)
Due to presence of syscall to `epoll_wait` android emulators after Android 10 would crash.
This commit has added `amd64` fallback implementations in 2 spots

- `tcp-shaker` ref : 571aa46f35
- `notify` ref : 0eb36e6c1a

The build flags are updated for fallback implementation to only be used in case of `x86_64` simulators.

status-mobile PR : https://github.com/status-im/status-mobile/pull/17773
2023-12-14 19:02:38 +05:30
..
.gitignore migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
.travis.yml chore: bump go-waku 2023-06-09 12:54:22 -04:00
AUTHORS
LICENSE
README.md fix crash on x86_64 android emulators (#4233) 2023-12-14 19:02:38 +05:30
appveyor.yml migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
debug.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
debug_debug.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
debug_nodebug.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
doc.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
event.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
event_fen.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
event_fsevents.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
event_inotify.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
event_kqueue.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
event_readdcw.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
event_stub.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
event_trigger.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
node.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
notify.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
tree.go
tree_nonrecursive.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
tree_recursive.go
util.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
watcher.go
watcher_fen.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
watcher_fen_cgo.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
watcher_fsevents.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
watcher_fsevents_cgo.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
watcher_inotify.go fix crash on x86_64 android emulators (#4233) 2023-12-14 19:02:38 +05:30
watcher_inotify_amd64.go fix crash on x86_64 android emulators (#4233) 2023-12-14 19:02:38 +05:30
watcher_kqueue.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
watcher_notimplemented.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
watcher_readdcw.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
watcher_stub.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
watcher_trigger.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
watchpoint.go
watchpoint_other.go chore: bump go-waku 2023-06-09 12:54:22 -04:00
watchpoint_readdcw.go chore: bump go-waku 2023-06-09 12:54:22 -04:00

README.md

notify GoDoc Build Status Build status Coverage Status

Filesystem event notification library on steroids.

Documentation

godoc.org/github.com/rjeczalik/notify

Installation

~ $ go get -u github.com/rjeczalik/notify

Projects using notify