Email List: Xaustin-group-lX
[All Lists]

RE: XSH/XRAT conflict over cancellation points

To: "Alexander Terekhov" <yyyyyyyy@xxxxxxxxxx>
Subject: RE: XSH/XRAT conflict over cancellation points
From: "Jason Zions" <yyyyyyyy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 23 May 2004 11:34:13 -0700
Cc: "Wojtek Lerch" <yyyyyy@xxxxxxx>, <yyyyyyyyyyyyyy@xxxxxxxxxxxxx>
Thread-index: AcRAFkMnKdFdiIwaT1mnex1GDWMKGQA3CTeA
Thread-topic: XSH/XRAT conflict over cancellation points
And this is relevant... How?

(Thanks for the defect report. I haven't worked for that product team
for almost two years, but I'll forward it.) 

-----Original Message-----
From: Alexander Terekhov [mailto:yyyyyyyy@xxxxxxxxxx] 
Sent: Saturday, May 22, 2004 9:02 AM
To: Jason Zions
Cc: Wojtek Lerch; yyyyyyyyyyyyyy@xxxxxxxxxxxxx
Subject: RE: XSH/XRAT conflict over cancellation points

> Please?

Please make this program print hello world under MS UNIX/Windows.
Please.

----
Welcome to the Interix UNIX utilities.

DISPLAY=localhost:0.0
% pwd
/dev/fs/C/Documents and Settings/Alexander % cat zions.cpp #include
<iostream> #include <pthread.h>

int main() {
  struct object { ~object() { std::cout << "hello world.\n"; } } o;
  pthread_exit(0);
}

%
----

regards,
alexander.

<Prev in Thread] Current Thread [Next in Thread>