Commit 832c4ab6 authored by Levin Zimmermann's avatar Levin Zimmermann

.

parent df4ed10f
......@@ -1504,6 +1504,9 @@ func (w *Watch) _pin(ctx context.Context, blk int64, rev zodb.Tid) (err error) {
// ('signalfd_siginfo'), which is different to siginfo_t,
// see https://man7.org/linux/man-pages/man2/sigaction.2.html
//
// => siginfo_t isn't available in the public api of golang:
// https://github.com/golang/go/issues/9764
//
// maybe we need to implement something similar to
//
// https://cs.opensource.google/go/x/sys/+/refs/tags/v0.12.0:unix/zsyscall_linux.go;l=2106-2111
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment