about summary refs log tree commit diff
path: root/linuxthreads/tst-cancel-wrappers.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-05 20:10:01 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-05 20:10:01 +0000
commita73ab6df858d2080813a38d5d8af958afb43cef0 (patch)
tree52313b7be114b4ee768cc846e474b081681c7126 /linuxthreads/tst-cancel-wrappers.sh
parentc97c64de01353e4cf540c7e29d4b2393df04f4f5 (diff)
downloadglibc-a73ab6df858d2080813a38d5d8af958afb43cef0.tar.gz
glibc-a73ab6df858d2080813a38d5d8af958afb43cef0.tar.xz
glibc-a73ab6df858d2080813a38d5d8af958afb43cef0.zip
Update.
	* tst-cancel-wrappers.sh: Invoke gawk not awk since we use GNU awk
	features.  Reported by Marijn Ros <marijn@mad.scientist.com>.
Diffstat (limited to 'linuxthreads/tst-cancel-wrappers.sh')
-rw-r--r--linuxthreads/tst-cancel-wrappers.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/tst-cancel-wrappers.sh b/linuxthreads/tst-cancel-wrappers.sh
index 4daf109a05..9b739d2121 100644
--- a/linuxthreads/tst-cancel-wrappers.sh
+++ b/linuxthreads/tst-cancel-wrappers.sh
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Test whether all cancellable functions are cancellable.
+# Test whether all cancelable functions are cancelable.
 # Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 # Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
@@ -20,7 +20,7 @@
 # 02111-1307 USA.
 
 while [ $# -gt 0 ]; do
-  ( nm -P $1; echo 'end[end]:' ) | awk ' BEGIN {
+  ( nm -P $1; echo 'end[end]:' ) | gawk ' BEGIN {
 C["accept"]=1
 C["close"]=1
 C["connect"]=1