mirror of
https://github.com/golang/go
synced 2024-11-19 21:14:43 -07:00
14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
|
#!/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
|