github.com/razvanm/vanadium-go-1.3@v0.0.0-20160721203343-4a65068e5915/src/runtime/defs.c (about)

     1  // Copyright 2013 The Go Authors.  All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // This file is compiled by cmd/dist to obtain debug information
     6  // about the given header files.
     7  
     8  #include "runtime.h"
     9  #include "arch_GOARCH.h"
    10  #include "malloc.h"
    11  #include "type.h"
    12  #include "race.h"
    13  #include "chan.h"
    14  #include "defs_GOOS_GOARCH.h"
    15  #include "os_GOOS.h"