vendor/golang.org/x/sys/unix/README.md
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
   147 
   147 
   148 To add a constant, add the header that includes it to the appropriate variable.
   148 To add a constant, add the header that includes it to the appropriate variable.
   149 Then, edit the regex (if necessary) to match the desired constant. Avoid making
   149 Then, edit the regex (if necessary) to match the desired constant. Avoid making
   150 the regex too broad to avoid matching unintended constants.
   150 the regex too broad to avoid matching unintended constants.
   151 
   151 
   152 ### mkmerge.go
   152 ### internal/mkmerge
   153 
   153 
   154 This program is used to extract duplicate const, func, and type declarations
   154 This program is used to extract duplicate const, func, and type declarations
   155 from the generated architecture-specific files listed below, and merge these
   155 from the generated architecture-specific files listed below, and merge these
   156 into a common file for each OS.
   156 into a common file for each OS.
   157 
   157