diff options
author | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-15 18:18:02 +0000 |
---|---|---|
committer | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-15 18:18:02 +0000 |
commit | 8da74555a82291d408fe8ec91293aa6fdf48c477 (patch) | |
tree | ff782eba2647fa6d6cfc948582476e04cbaaa98f /ace/POSIX_Proactor.h | |
parent | 062c94603b00df99ef1262274ca74df71b2713af (diff) | |
download | ATCD-8da74555a82291d408fe8ec91293aa6fdf48c477.tar.gz |
Fixed the warning "POSIX_Proactor.cpp" line 1025: Warning
(Anachronism): Assigning void(*)(int,siginfo*,void*) to extern "C"
void(*)(int,siginfo*,void*).
Defined the macro ACE_SIGNAL_C_FUNC in the OS.h.
Diffstat (limited to 'ace/POSIX_Proactor.h')
-rw-r--r-- | ace/POSIX_Proactor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/POSIX_Proactor.h b/ace/POSIX_Proactor.h index 5308a582550..d9af1faa1c6 100644 --- a/ace/POSIX_Proactor.h +++ b/ace/POSIX_Proactor.h @@ -359,7 +359,7 @@ public: const ACE_Time_Value &tv, ACE_HANDLE event = ACE_INVALID_HANDLE, int priority = 0, - int signal_number = ACE_SIGRTMIN) ; + int signal_number = ACE_SIGRTMIN); // If <signal_number> is -1, check with the Proactor and use one of // the signals that is present in the mask set (i.e. the signals for // which the Proactor will be waiting) of the Proactor. If there are |