aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/libjava/sysdep/generic/locks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/libjava/sysdep/generic/locks.h')
-rw-r--r--gcc-4.8/libjava/sysdep/generic/locks.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc-4.8/libjava/sysdep/generic/locks.h b/gcc-4.8/libjava/sysdep/generic/locks.h
new file mode 100644
index 000000000..fce6c7166
--- /dev/null
+++ b/gcc-4.8/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.