sysutils/mackerel-agent: Update to 0.77.0

Changes:	https://github.com/mackerelio/mackerel-agent/releases/tag/v0.77.0
This commit is contained in:
Koichiro Iwao 2023-07-05 18:11:33 +09:00
parent b56d0bc41a
commit 57afac98ba
2 changed files with 32 additions and 5 deletions

View file

@ -0,0 +1,27 @@
diff --git src/Mayaqua/Unix.c src/Mayaqua/Unix.c
index 2e8214a6..4fed394f 100644
--- src/Mayaqua/Unix.c
+++ src/Mayaqua/Unix.c
@@ -309,9 +309,11 @@ OS_DISPATCH_TABLE *UnixGetDispatchTable()
return &t;
}
-static void *signal_received_for_ignore(int sig, siginfo_t *info, void *ucontext)
+static void signal_received_for_ignore(int sig, siginfo_t *info, void *ucontext)
{
- return NULL;
+ (void)sig;
+ (void)info;
+ (void)ucontext;
}
// Ignore the signal flew to the thread
@@ -321,7 +323,7 @@ void UnixIgnoreSignalForThread(int sig)
Zero(&sa, sizeof(sa));
sa.sa_handler = NULL;
- sa.sa_sigaction = signal_received_for_ignore;
+ sa.sa_sigaction = &signal_received_for_ignore;
sa.sa_flags = SA_SIGINFO;
sigemptyset(&sa.sa_mask);

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1685690167
SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.76.0/v0.76.0.mod) = b848ff23d0de1006749778658f22afb1887e30c70cc045dc472b07910f6f10f1
SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.76.0/v0.76.0.mod) = 1981
SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.76.0/v0.76.0.zip) = 277ff5db05ea9d254120d1090e20b55ba27d03517a186bb0db527aba5976ed11
SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.76.0/v0.76.0.zip) = 260668
TIMESTAMP = 1688547992
SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.77.0/v0.77.0.mod) = 5c2901f46b06c66891bc54a69692e23090dc9caca7f4d80a55624657694851e9
SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.77.0/v0.77.0.mod) = 1981
SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.77.0/v0.77.0.zip) = 8a9cf8e3bc4ae49dfd3c4ba44fc100ff200ce0ab491514642637b5576c5935bc
SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.77.0/v0.77.0.zip) = 260917