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:
parent
8441bc3035
commit
f52c723967
5 changed files with 31 additions and 50 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue