summaryrefslogtreecommitdiff
path: root/lib/auto/POSIX/tcsetattr.al
blob: 1735cf6862388861e44e2ac74d1e2161a1f327ab (plain)
1
2
3
4
5
6
7
8
9
# NOTE:  Derived from POSIX.pm.  Changes made here will be lost.
package POSIX;

sub tcsetattr {
    unimpl "tcsetattr(xxx)", caller if @_ != 123;
    tcsetattr($_[0]);
}

1;