summaryrefslogtreecommitdiff
path: root/nptl/tst-cancel-wrappers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-cancel-wrappers.sh')
-rw-r--r--nptl/tst-cancel-wrappers.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-cancel-wrappers.sh b/nptl/tst-cancel-wrappers.sh
index 54c5e0f23a..5b3944bab7 100644
--- a/nptl/tst-cancel-wrappers.sh
+++ b/nptl/tst-cancel-wrappers.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Test whether all cancellable functions are cancellable.
-# Copyright (C) 2002 Free Software Foundation, Inc.
+# 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