libgocryptfs/internal/syscallcompat
Felix Lechner 5b986288cf Fix assignment error in Unix2syscall by converting Timespec into Nsec (#203)
$ go.gcc build
# github.com/rfjakob/gocryptfs/internal/syscallcompat
internal/syscallcompat/unix2syscall_linux.go:32:13: error: incompatible types in assignment (cannot use type int64 as type syscall.Timespec_sec_t)
  s.Atim.Sec = u.Atim.Sec
             ^
2018-02-03 13:42:49 +01:00
..
emulate.go syscallcompat: add Fstatat + emulation + test 2017-12-03 19:32:59 +01:00
emulate_test.go syscallcompat: add Fstatat + emulation + test 2017-12-03 19:32:59 +01:00
getdents_linux.go syscallcompat: switch from syscall.Getdents to unix.Getdents 2018-01-31 18:59:10 +01:00
getdents_other.go syscallcompat: convert Getdents to fd input, add emulation 2017-12-03 19:33:26 +01:00
getdents_test.go gccgo: replace syscall.NAME_MAX with unix.NAME_MAX 2018-02-01 23:50:11 +01:00
main_test.go syscallcompat: move test setup into its own file 2017-12-02 19:57:23 +01:00
open_nofollow.go syscallcompat: OpenNofollow: use O_DIRECTORY flag 2017-12-05 23:31:07 +01:00
open_nofollow_test.go syscallcompat: OpenNofollow: use O_DIRECTORY flag 2017-12-05 23:31:07 +01:00
sys_common.go fusefrontend: Use Linkat syscall to implement Link 2017-12-25 15:07:37 +01:00
sys_common_test.go syscallcompat: add Readlinkat 2017-12-06 21:07:24 +01:00
sys_darwin.go syscallcompat: add Fstatat + emulation + test 2017-12-03 19:32:59 +01:00
sys_linux.go syscallcompat: convert Getdents to fd input, add emulation 2017-12-03 19:33:26 +01:00
unix2syscall_darwin.go syscallcompat: add Darwin version of unix2syscall 2017-12-06 00:18:38 +01:00
unix2syscall_linux.go Fix assignment error in Unix2syscall by converting Timespec into Nsec (#203) 2018-02-03 13:42:49 +01:00