(regcomp): Append "__restrict" modifier to avoid warnings of some compilers. (build_c...
[glibc.git] / sysdeps / unix / sysv / linux / powerpc / tcsetattr.c
blobcfb8149ba10629600cb4b3beefbf6258753907d3
1 /* We must use __syscall_ioctl since __ioctl does some extra work. */
2 extern int __syscall_ioctl (int __fd, unsigned long int __request, ...);
3 #define __ioctl __syscall_ioctl
4 #include <sysdeps/unix/sysv/linux/tcsetattr.c>