vendor/golang.org/x/sys/unix/dev_aix_ppc.go
changeset 256 6d9efbef00a9
parent 242 2a9ec03fe5a1
child 275 4a25a40d0c59
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     1 // Copyright 2018 The Go Authors. All rights reserved.
     1 // Copyright 2018 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 aix
     5 //go:build aix && ppc
     6 // +build ppc
     6 // +build aix,ppc
     7 
     7 
     8 // Functions to access/create device major and minor numbers matching the
     8 // Functions to access/create device major and minor numbers matching the
     9 // encoding used by AIX.
     9 // encoding used by AIX.
    10 
    10 
    11 package unix
    11 package unix