Imported from ../bash-2.05b.tar.gz.
[platform/upstream/bash.git] / lib / sh / zread.c
index 2cdfb4e..b515548 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2002 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -58,7 +58,7 @@ zread (fd, buf, len)
 #define NUM_INTR 3
 
 ssize_t
-zread1 (fd, buf, len)
+zreadintr (fd, buf, len)
      int fd;
      char *buf;
      size_t len;