nativeDs.shm_atime undefined (type _Ctype_struct___shmid_ds_new has no field or method shm_atime)
When I use “go build -work”, I found following code
type _Ctype_struct___shmid_ds_new struct {
//line :1
shm_perm _Ctype_struct_ipc_perm
//line :1
shm_segsz _Ctype_size_t
//line :1
shm_lpid _Ctype_pid_t
//line :1
shm_cpid _Ctype_pid_t
//line :1
shm_nattch _Ctype_shmatt_t
//line :1
_ [2]byte
//line :1
_ [8]byte
//line :1
_ [8]byte
//line :1
_ [8]byte
//line :1
_ [8]byte
//line :1
}
It looks like shm_atime is missing.
Is this a but or something I am missing? Thanks
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.