summaryrefslogtreecommitdiff
path: root/coe.c
blob: d855158f347cbef178a9e761e3c70425ef01a13f (plain)
1
2
3
4
5
6
7
8
#include <fcntl.h>
#include "coe.h"

int coe(fd)
int fd;
{
  return fcntl(fd,F_SETFD,1);
}