about summary refs log tree commit diff
path: root/sysdeps/unix/bsd/bsd4.4/tcsetattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/bsd4.4/tcsetattr.c')
-rw-r--r--sysdeps/unix/bsd/bsd4.4/tcsetattr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/bsd4.4/tcsetattr.c b/sysdeps/unix/bsd/bsd4.4/tcsetattr.c
index 3444874eba..b3142f6a2b 100644
--- a/sysdeps/unix/bsd/bsd4.4/tcsetattr.c
+++ b/sysdeps/unix/bsd/bsd4.4/tcsetattr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1994, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1994, 1997, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -60,3 +60,4 @@ tcsetattr (fd, optional_actions, termios_p)
       return __ioctl (fd, TIOCSETAF, termios_p);
     }
 }
+libc_hidden_def (tcsetattr)