X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=unionwait.h;fp=bashwait.h;h=eb795acaf15d9a487482d9abc73997226700c8ef;hb=d166f048818e10cf3799aa24a174fb22835f1acc;hp=97f62dbea9de388737dc5ada2913cccd175afb6b;hpb=ccc6cda312fea9f0468ee65b8f368e9653e1380b;p=platform%2Fupstream%2Fbash.git diff --git a/bashwait.h b/unionwait.h similarity index 95% rename from bashwait.h rename to unionwait.h index 97f62db..eb795ac 100644 --- a/bashwait.h +++ b/unionwait.h @@ -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 */