]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - unionwait.h
Imported from ../bash-2.01.tar.gz.
[thirdparty/bash.git] / unionwait.h
similarity index 95%
rename from bashwait.h
rename to unionwait.h
index 97f62dbea9de388737dc5ada2913cccd175afb6b..eb795acaf15d9a487482d9abc73997226700c8ef 100644 (file)
@@ -1,4 +1,4 @@
-/* bashwait.h -- definitions for using a `union wait' on systems without
+/* unionwait.h -- definitions for using a `union wait' on systems without
    one. */
 
 /* Copyright (C) 1996 Free Software Foundation, Inc.
@@ -19,8 +19,8 @@
    with Bash; see the file COPYING.  If not, write to the Free Software
    Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
 
-#ifndef _BASH_WAIT_H
-#define _BASH_WAIT_H
+#ifndef _UNIONWAIT_H
+#define _UNIONWAIT_H
 
 #if !defined (WORDS_BIGENDIAN)
 union wait
@@ -95,4 +95,4 @@ union wait
 #define WEXITSTATUS(x) ((x).w_retcode)
 #define WIFCORED(x)    ((x).w_coredump)
 
-#endif /* _BASH_WAIT_H */
+#endif /* _UNIONWAIT_H */