Makefile.am (Thread.h): Don't be friends with native threads functions.

2000-09-07  Bryce McKinlay  <bryce@albatross.co.nz>

	* Makefile.am (Thread.h): Don't be friends with native threads
	functions.
	* Makefile.in: Rebuilt.
	* java/lang/Thread.java (interrupt_flag): Make package-private.

From-SVN: r36234
This commit is contained in:
Bryce McKinlay 2000-09-07 12:09:41 +00:00 committed by Bryce McKinlay
parent 8441bc3035
commit f52c723967
5 changed files with 31 additions and 50 deletions

View file

@ -288,7 +288,7 @@ public class Thread implements Runnable
private Runnable runnable;
private int priority;
private boolean daemon_flag;
private boolean interrupt_flag;
boolean interrupt_flag;
private boolean alive_flag;
private boolean startable_flag;