1
0
mirror of https://github.com/golang/go synced 2024-11-21 12:04:41 -07:00

syscall-watchdescriptor-type - initial commmit

This commit is contained in:
Karol Jakusz-Gostomski 2024-10-08 17:23:12 +02:00
parent 5923a97f43
commit 9d21743825

View File

@ -1077,7 +1077,7 @@ func Getpgrp() (pid int) {
//sys Getxattr(path string, attr string, dest []byte) (sz int, err error)
//sys InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc int, err error)
//sysnb InotifyInit1(flags int) (fd int, err error)
//sysnb InotifyRmWatch(fd int, watchdesc uint32) (success int, err error)
//sysnb InotifyRmWatch(fd int, watchdesc int) (success int, err error)
//sysnb Kill(pid int, sig Signal) (err error)
//sys Klogctl(typ int, buf []byte) (n int, err error) = SYS_SYSLOG
//sys Listxattr(path string, dest []byte) (sz int, err error)