diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-17 16:35:06 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-17 16:35:06 +0000 |
commit | cba6499c0c90e3ecdf09052a18ea04df8a44df73 (patch) | |
tree | f8543faeadf492ba2fec99ef62e289382d9f97ea /ace/Memory_Pool.cpp | |
parent | be17e5ee89b11122a2db4b74aa1e3cc2a0d2d08d (diff) | |
download | ATCD-cba6499c0c90e3ecdf09052a18ea04df8a44df73.tar.gz |
foo
Diffstat (limited to 'ace/Memory_Pool.cpp')
-rw-r--r-- | ace/Memory_Pool.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Memory_Pool.cpp b/ace/Memory_Pool.cpp index 5f671db8c75..22acf5d3809 100644 --- a/ace/Memory_Pool.cpp +++ b/ace/Memory_Pool.cpp @@ -128,8 +128,10 @@ ACE_MMAP_Memory_Pool::ACE_MMAP_Memory_Pool (LPCTSTR backing_store_name, ACE_OS::strncpy (this->backing_store_name_, backing_store_name, sizeof this->backing_store_name_); +#if !defined (ACE_WIN32) if (this->signal_handler_.register_handler (SIGSEGV, this) == -1) ACE_ERROR ((LM_ERROR, "%p\n", this->backing_store_name_)); +#endif /* ACE_WIN32 */ } // Compute the new file_offset of the backing store and commit the |