]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - login/pty.h
malloc: Add another test for tcache double free check.
[thirdparty/glibc.git] / login / pty.h
index b527cd49359db5f371744d3a16a5660e19179cd0..3f7129ce70a442d754ee5e38d4a070d73b487f5e 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions for pseudo TTY handling.
-   Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1996-2018 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
@@ -21,6 +21,9 @@
 
 #include <features.h>
 
+struct termios;
+struct winsize;
+
 #include <termios.h>
 #include <sys/ioctl.h>