github.com/LanceLRQ/deer-common@v0.0.9-0.20210319081233-e8222ac018a8/sandbox/forkexec/ztypes_linux.go (about)

     1  // +build linux
     2  
     3  package forkexec
     4  
     5  type (
     6  	_C_short     int16
     7  	_C_int       int32
     8  	_C_long      int64
     9  	_C_long_long int64
    10  )
    11  
    12  const (
    13  	_AT_FDCWD            = -0x64
    14  	_AT_REMOVEDIR        = 0x200
    15  	_AT_SYMLINK_NOFOLLOW = 0x100
    16  	_AT_EACCESS          = 0x200
    17  )