mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
[216252] Revert CANCELED -> CANCELLED to restore 2.0.x compatibility
This commit is contained in:
parent
8ecbc2063e
commit
a2a2105997
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
* component that contains this file: David McKnight, Kushal Munir,
|
* component that contains this file: David McKnight, Kushal Munir,
|
||||||
* Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
|
* Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
|
||||||
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - [cleanup] add API "since" tags
|
* Martin Oberhuber (Wind River) - [cleanup] add API "since" tags
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
@ -172,7 +172,7 @@ public interface ISystemProcessRemoteConstants
|
||||||
"ISTATE_ZOS_SWAPPEDOUT", //$NON-NLS-1$
|
"ISTATE_ZOS_SWAPPEDOUT", //$NON-NLS-1$
|
||||||
"JSTATE_ZOS_PTHREADCREATED", //$NON-NLS-1$
|
"JSTATE_ZOS_PTHREADCREATED", //$NON-NLS-1$
|
||||||
"KSTATE_ZOS_OTHERKERNELWAIT", //$NON-NLS-1$
|
"KSTATE_ZOS_OTHERKERNELWAIT", //$NON-NLS-1$
|
||||||
"LSTATE_ZOS_CANCELED", //$NON-NLS-1$
|
"LSTATE_ZOS_CANCELLED", //$NON-NLS-1$
|
||||||
"MSTATE_ZOS_MULTITHREAD", //$NON-NLS-1$
|
"MSTATE_ZOS_MULTITHREAD", //$NON-NLS-1$
|
||||||
"NSTATE_ZOS_MEDIUMWEIGHTTHREAD", //$NON-NLS-1$
|
"NSTATE_ZOS_MEDIUMWEIGHTTHREAD", //$NON-NLS-1$
|
||||||
"OSTATE_ZOS_ASYNCHRONOUSTHREAD", //$NON-NLS-1$
|
"OSTATE_ZOS_ASYNCHRONOUSTHREAD", //$NON-NLS-1$
|
||||||
|
|
Loading…
Add table
Reference in a new issue