mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: update attributes to use new syntax
This commit is contained in:
parent
dd81cb98c6
commit
757929392e
739 changed files with 2982 additions and 2982 deletions
|
@ -52,7 +52,7 @@ pub fn tcsetattr(fd int, optional_actions int, mut termios_p Termios) int {
|
|||
|
||||
// ioctl is an unsafe wrapper around C.ioctl and keeps its semantic
|
||||
// It is only implemented for Unix like OSes
|
||||
[inline]
|
||||
@[inline]
|
||||
pub fn ioctl(fd int, request u64, arg voidptr) int {
|
||||
return -1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue