source: trunk/gcc/libjava/sysdep/generic/locks.h

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 373 bytes
Line 
1// locks.h - Thread synchronization primitives. Generic implementation.
2
3/* Copyright (C) 2002 Free Software Foundation
4
5 This file is part of libgcj.
6
7This software is copyrighted work licensed under the terms of the
8Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
9details. */
10
11#error Thread synchronization primitives not implemented for this platform.
Note: See TracBrowser for help on using the repository browser.