Skip to content
Snippets Groups Projects
Verified Commit c5564945 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Define struct ucred

parent 635248cd
No related branches found
No related tags found
No related merge requests found
Pipeline #12977 failed
......@@ -7,4 +7,10 @@ struct sockaddr_storage {
unsigned long __ss_align;
};
struct ucred {
pid_t pid;
uid_t uid;
gid_t gid;
};
#endif // _BITS_SYS_SOCKET_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment