aboutsummaryrefslogtreecommitdiffstats
path: root/gdb-common_windows.go
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-08-07 08:49:25 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-08-07 18:01:35 +0200
commit60974e66c57cacdc2483d74718c4bb0a993d2183 (patch)
tree2722369e9cf2c7a3fb499011030fc4718f31e30f /gdb-common_windows.go
Initial commitv0.0.1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'gdb-common_windows.go')
-rw-r--r--gdb-common_windows.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb-common_windows.go b/gdb-common_windows.go
new file mode 100644
index 0000000..b233943
--- /dev/null
+++ b/gdb-common_windows.go
@@ -0,0 +1,7 @@
+package main
+
+import "syscall"
+
+const (
+ syscallEBADE = syscall.EBADE
+)