X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Fsocket.h;h=82edd6f72b60868ae22468f064445fba57f87947;hb=18144af297e7aa3a0f121262dba569446de6191a;hp=9e0b9a37960a6c64dd98208c95bef3616dbb26fd;hpb=2c2418088d07a2ecb0ecafd8c950bfd38ebf916b;p=musl diff --git a/include/sys/socket.h b/include/sys/socket.h index 9e0b9a37..82edd6f7 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.h @@ -19,12 +19,14 @@ extern "C" { #include +#ifdef _GNU_SOURCE struct ucred { pid_t pid; uid_t uid; gid_t gid; }; +#endif struct linger {