diff options
Diffstat (limited to 'libjava/sysdep/generic/locks.h')
-rw-r--r-- | libjava/sysdep/generic/locks.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libjava/sysdep/generic/locks.h b/libjava/sysdep/generic/locks.h new file mode 100644 index 00000000000..fce6c71669e --- /dev/null +++ b/libjava/sysdep/generic/locks.h @@ -0,0 +1,11 @@ +// locks.h - Thread synchronization primitives. Generic implementation. + +/* Copyright (C) 2002 Free Software Foundation + + This file is part of libgcj. + +This software is copyrighted work licensed under the terms of the +Libgcj License. Please consult the file "LIBGCJ_LICENSE" for +details. */ + +#error Thread synchronization primitives not implemented for this platform. |