vendor/golang.org/x/sys/unix/dev_aix_ppc.go
changeset 275 4a25a40d0c59
parent 256 6d9efbef00a9
equal deleted inserted replaced
274:cea6d2f4f728 275:4a25a40d0c59
     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 //go:build aix && ppc
     5 //go:build aix && ppc
     6 // +build aix,ppc
       
     7 
     6 
     8 // Functions to access/create device major and minor numbers matching the
     7 // Functions to access/create device major and minor numbers matching the
     9 // encoding used by AIX.
     8 // encoding used by AIX.
    10 
     9 
    11 package unix
    10 package unix