summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/arch-syscall-validate2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch-syscall-validate b/src/arch-syscall-validate
index 2a83098..17f63fe 100755
--- a/src/arch-syscall-validate
+++ b/src/arch-syscall-validate
@@ -84,7 +84,7 @@ function dump_lib_arch() {
[[ -z $1 ]] && return
[[ -n $2 ]] && offset_str="-o $2"
- $LIB_SYS_DUMP -a $1 $offset_str | sed -e '/[^\t]\+\t-[0-9]\+/d'
+ $LIB_SYS_DUMP -a $1 $offset_str | sed -e '/[^\t]\+\t-[0-9]\+/d' | sort
}
#