summaryrefslogtreecommitdiff
path: root/src/stropts/fattach.c
blob: 471932c41271de003f600546467c18465c774b7b (plain)
1
2
3
4
5
6
7
8
9
#include <stropts.h>

int fattach(int fildes, const char * path )
{
}

/*
XOPEN(400)
*/