• Tobias Klauser's avatar
    unix: add Major, Minor and Mkdev functions on NetBSD · 7ddbeae9
    Tobias Klauser authored
    Add Major, Minor and Mkdev functions for converting devices numbers to
    their major/minor components and vice versa.
    
    The functions follow the behavior of the macros defined in NetBSD's
    sys/types.h header. However, the parameter and return types are changed
    to match the existing implementations of these functions.
    
    Test the conversion macros with some well-known device numbers.
    
    Updates golang/go#8106
    
    Change-Id: I536d6d2622f6fe9be3c1ed3beb266745fe4bfb6e
    Reviewed-on: https://go-review.googlesource.com/60970Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    7ddbeae9
dev_netbsd_test.go 1.27 KB