mirror of
https://github.com/golang/go
synced 2024-11-19 12:44:51 -07:00
174b8c95f5
This change depends on CL 57170052. LGTM=rsc R=rsc, bradfitz CC=golang-codereviews https://golang.org/cl/60840049
14 lines
214 B
Bash
Executable File
14 lines
214 B
Bash
Executable File
#!/bin/rc
|
|
|
|
pattern='/umuldiv/d
|
|
/UTFmax/d
|
|
/Runesync/d
|
|
/Runeself/d
|
|
/Runeerror/d
|
|
/Runemax/d
|
|
/rune routines/,/^\/\*/d
|
|
/print routines/,/^\/\*/d
|
|
/error string for/,/^\/\*/d'
|
|
|
|
sed -e $pattern /sys/include/libc.h
|