summaryrefslogtreecommitdiff
path: root/src/termios/tcgetsid.c
blob: 8b095363928e4d994456d6d55f97aaa4bc94cb5a (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <termios.h>

pid_t tcgetsid(int fildes)
{
	return 0;
}

/*
XOPEN(400)
POSIX(200809)
*/