diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2000-03-16 02:14:41 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2000-03-16 02:14:41 +0000 |
| commit | b479399f7379f4ba4289ca11528382dfda9e3a68 (patch) | |
| tree | 426680d20e7b46a4ccb9b41a7aeb78d3d1f562dd /lib/libc/gen/termios.c | |
| parent | 06e88916ef3d7103cf3bc8d075810c48d3a267bc (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/termios.c')
| -rw-r--r-- | lib/libc/gen/termios.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/termios.c b/lib/libc/gen/termios.c index 466827e6106f..f321876e9430 100644 --- a/lib/libc/gen/termios.c +++ b/lib/libc/gen/termios.c @@ -195,7 +195,9 @@ __tcdrain(fd) return (ioctl(fd, TIOCDRAIN, 0)); } +#ifndef _THREAD_SAFE __weak_reference(__tcdrain, tcdrain); +#endif int tcflush(fd, which) |
