diff options
Diffstat (limited to 'libc/termios/tcgetattr.c')
| -rw-r--r-- | libc/termios/tcgetattr.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/libc/termios/tcgetattr.c b/libc/termios/tcgetattr.c index 541beb4f6..53e40c39a 100644 --- a/libc/termios/tcgetattr.c +++ b/libc/termios/tcgetattr.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <features.h> #include <string.h> @@ -23,11 +22,6 @@ #include <sys/ioctl.h> #include <sys/types.h> -libc_hidden_proto(ioctl) -/* Experimentally off - libc_hidden_proto(memset) */ -/* Experimentally off - libc_hidden_proto(memcpy) */ -/* Experimentally off - libc_hidden_proto(mempcpy) */ -libc_hidden_proto(tcgetattr) /* The difference here is that the termios structure used in the kernel is not the same as we use in the libc. Therefore we must |
