diff options
Diffstat (limited to 'src/stropts/fattach.c')
| -rw-r--r-- | src/stropts/fattach.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stropts/fattach.c b/src/stropts/fattach.c new file mode 100644 index 00000000..471932c4 --- /dev/null +++ b/src/stropts/fattach.c @@ -0,0 +1,9 @@ +#include <stropts.h> + +int fattach(int fildes, const char * path ) +{ +} + +/* +XOPEN(400) +*/ |
