You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
299 B

--- a/parallel.c
+++ b/parallel.c
@@ -241,7 +241,7 @@ pid_t create_pipe_child(int *fd, int orig_fd)
return pipe_child(fds[0], orig_fd);
}
-#if defined(__CYGWIN__)
+#if defined(__CYGWIN__) || defined(__UCLIBC__)
int getloadavg(double loadavg[], int nelem) {
int fd, n, elem;
char buf[128];