aboutsummaryrefslogtreecommitdiffstats
path: root/installer/4/common/jquery
ModeNameSize
-rw-r--r--jquery-1.4.2.min.js72174logstatsplain
-rw-r--r--jquery-ui-1.8.2.custom.min.js87032logstatsplain
-rw-r--r--jquery.cookie.js3938logstatsplain
d---------theme-redmond87logstatsplain
d---------treeview279logstatsplain
'linenumbers'>
1
2
3
4
5
6
7
8
9
#include <sys/ioctl.h>

int __libc_tcflush(int fd, int queue_selector);
int __libc_tcflush(int fd, int queue_selector)
{
  return ioctl(fd, TCFLSH, queue_selector);
}

int tcflush(int fd) __attribute__((weak,alias("__libc_tcflush")));