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:
committed by
Bryce McKinlay
parent
8441bc3035
commit
f52c723967
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user