aboutsummaryrefslogtreecommitdiff
path: root/sys/tty/ttyclose.x
blob: f30644dd86cdb282450d9599b076464c431acb28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

# TTYCLOSE -- Close the tty terminal descriptor opened with TTYOPEN.

procedure ttyclose (tty)

pointer	tty

begin
	call mfree (tty, TY_STRUCT)
end