aboutsummaryrefslogtreecommitdiffstats
path: root/src/syswait.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syswait.h')
-rw-r--r--src/syswait.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/syswait.h b/src/syswait.h
index f83989bf2df..089aab9c093 100644
--- a/src/syswait.h
+++ b/src/syswait.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */
19 20
20/* Define the structure that the wait system call stores. 21/* Define the structure that the wait system call stores.
21 On many systems, there is a structure defined for this. 22 On many systems, there is a structure defined for this.