chiark / gitweb /
[PATCH] sync with latest version of klibc (0.107)
[elogind.git] / klibc / klibc / tests / nfs_no_rpc.c
index 11b9f61fea5f4ebb44075fc402669e0991270bb8..5c17706b635c373fa0a264edfb91395c2b06fd4c 100644 (file)
@@ -282,7 +282,7 @@ static int do_call(struct sockaddr_in *sin, u_int32_t msg[], u_int32_t rmsg[],
        int n;
        int fd;
 
-       signal(SIGALRM, timeout);
+       sysv_signal(SIGALRM, timeout);
        fd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
        if (fd < 0)
                goto Esocket;