summaryrefslogtreecommitdiff
path: root/src/stropts/fattach.c
blob: f407f636cfd4df81a72707eb05e6a56ec19a523f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if 0

#include <stropts.h>

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

/*
XOPEN(400)
*/


#endif