diff options
Diffstat (limited to 'otherlibs/win32unix/unixLabels.ml')
-rw-r--r-- | otherlibs/win32unix/unixLabels.ml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/otherlibs/win32unix/unixLabels.ml b/otherlibs/win32unix/unixLabels.ml new file mode 100644 index 000000000..1de1a7a8c --- /dev/null +++ b/otherlibs/win32unix/unixLabels.ml @@ -0,0 +1,17 @@ +(***********************************************************************) +(* *) +(* Objective Caml *) +(* *) +(* Jacques Garrigue, Kyoto University RIMS *) +(* *) +(* Copyright 2001 Institut National de Recherche en Informatique et *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the GNU Library General Public License. *) +(* *) +(***********************************************************************) + +(* $Id$ *) + +(* Module [UnixLabels]: labelled Unix module *) + +include Unix |