Added Rcs Id

This commit is contained in:
ceriel 1987-03-31 11:09:18 +00:00
parent e80b36ded2
commit 8b90e3480a
11 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,4 @@
/* $Header$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View file

@ -1,3 +1,4 @@
/* $Header$ */
/* chan_struct.c - channel routines for more structured objects */
#include "ocm_chan.h"

View file

@ -1,3 +1,4 @@
/* $Header$ */
/* channel.c - basic channel handling routines */
#include <errno.h>
#include <signal.h>

View file

@ -1,3 +1,4 @@
/* $Header$ */
/* co.c - Routines to handle coroutines */
#include "ocm_proc.h"

View file

@ -1,3 +1,4 @@
/* $Header$ */
long now()
{
extern int deadlock;

View file

@ -1,3 +1,4 @@
/* $Header$ */
/* channel.h - channel definitions */
#include <stdio.h>
#include "parco.h"

View file

@ -1,3 +1,4 @@
/* $Header$ */
/* parco.h - Define names for simulation routines
*
* This file is to be included by users of the higher-level routines

View file

@ -1,3 +1,4 @@
/* $Header$ */
/* process.h - Define administration types and functions
*
* This file is to be included by implementors of the higher

View file

@ -1,3 +1,4 @@
/* $Header$ */
/* ocrt.c - Occam runtime support */
#include "ocm_chan.h"

View file

@ -1,3 +1,4 @@
/* $Header$ */
/* par.c - Routines to simulate parallelism */
#include "ocm_proc.h"

View file

@ -1,3 +1,4 @@
/* $Header$ */
/* parco.c - Common routines for simulating parallelism or coroutines on
* machines with downward growing stacks
*/