vendor/golang.org/x/sys/unix/gccgo_c.c
changeset 265 05c40b36d3b2
parent 256 6d9efbef00a9
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
     1 // Copyright 2015 The Go Authors. All rights reserved.
     1 // Copyright 2015 The Go Authors. All rights reserved.
     2 // Use of this source code is governed by a BSD-style
     2 // Use of this source code is governed by a BSD-style
     3 // license that can be found in the LICENSE file.
     3 // license that can be found in the LICENSE file.
     4 
     4 
     5 // +build gccgo
     5 // +build gccgo,!hurd
     6 // +build !aix
     6 // +build !aix,!hurd
     7 
     7 
     8 #include <errno.h>
     8 #include <errno.h>
     9 #include <stdint.h>
     9 #include <stdint.h>
    10 #include <unistd.h>
    10 #include <unistd.h>
    11 
    11