/* * Trivial program to check that we have a valid 32-bit build environment. * Copyright (c) 2015 Andy Lutomirski * GPL v2 */ #ifndef __i386__ # error wrong architecture #endif #include int main() { printf("\n"); return 0; } t/unix?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)AuthorFilesLines
2017-02-02unix: add ioctl to open a unix socket file with O_PATHAndrey Vagin1-0/+41