Skip to content

Commit

Permalink
Add support for mips, mipsle (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstefanovic authored and creack committed Mar 7, 2017
1 parent ce7fa45 commit 54a2d19
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ztypes_mipsx.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go

// +build linux
// +build mips mipsle

package pty

type (
_C_int int32
_C_uint uint32
)

0 comments on commit 54a2d19

Please sign in to comment.