This commit is contained in:
Michael Kerrisk 2007-06-05 20:09:12 +00:00
parent e92296d77d
commit a9414769ab
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ The following is useful to get a rough idea of what symbols
were new or changed in various glibc releases -- execute it
at the root of a glibc tree:
cat $(find . -name 'Versions' |
egrep -v '/(s390|alpha|sparc|hurd|sh4|bsd|ia64|powerpc|x86_64)') |
sed -n '/GLIBC/,/}/p' | sed 's/#.*//'| tr ';' '\012' |