You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2017/05/22 20:01:35 UTC

[2/2] incubator-mynewt-newt git commit: This closes #62.

This closes #62.

Merge remote-tracking branch 'cwanda/unixchild_windows'

* cwanda/unixchild_windows:
  Separate syscalls for unix and windows in unixchild.go Note that this only fixes build errors on windows.  ble support is not tested on windows.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/9c80937f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/9c80937f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/9c80937f

Branch: refs/heads/master
Commit: 9c80937fb9c86813349f2cfc620911163ab10915
Parents: 24a7b8b 7408d18
Author: Christopher Collins <cc...@apache.org>
Authored: Mon May 22 12:54:51 2017 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Mon May 22 12:54:51 2017 -0700

----------------------------------------------------------------------
 util/unixchild/syscall_unix.go    | 31 +++++++++++++++++++++++++++++++
 util/unixchild/syscall_windows.go | 33 +++++++++++++++++++++++++++++++++
 util/unixchild/unixchild.go       |  3 +--
 3 files changed, 65 insertions(+), 2 deletions(-)
----------------------------------------------------------------------