summaryrefslogtreecommitdiff
path: root/otherlibs/threads/scheduler.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-04-30 14:53:58 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-04-30 14:53:58 +0000
commit2301d778e79a859efe0dc02bd6a676120f1b83a6 (patch)
tree0d8b7afdcc1fe3523a57ffb7a569eb1a9db6991f /otherlibs/threads/scheduler.c
parent1cbdeef09bbc3ab0a312b3c0438f588392ec2aa2 (diff)
downloadocaml-2301d778e79a859efe0dc02bd6a676120f1b83a6.tar.gz
Renommage en Objective Caml
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@782 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/threads/scheduler.c')
-rw-r--r--otherlibs/threads/scheduler.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/otherlibs/threads/scheduler.c b/otherlibs/threads/scheduler.c
index b1620580d3..dfc34bcbe6 100644
--- a/otherlibs/threads/scheduler.c
+++ b/otherlibs/threads/scheduler.c
@@ -1,3 +1,18 @@
+/***********************************************************************/
+/* */
+/* Objective Caml */
+/* */
+/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
+/* */
+/* Copyright 1996 Institut National de Recherche en Informatique et */
+/* Automatique. Distributed only by permission. */
+/* */
+/***********************************************************************/
+
+/* $Id$ */
+
+/* The thread scheduler */
+
#include "config.h"
#include "misc.h"
#include "mlvalues.h"