X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fapplication%2Fshared_memory.cpp;h=c26a09c52b627e6449574d956c628fd30e0a84c5;hb=51d71c226be424b6a698c7474d237e8c69661af5;hp=4dab6191bba01b2298100bdf616bedf7706f9a62;hpb=cdf68a53cff76449796a3aa0222e2d0afff97c7c;p=feisty_meow.git diff --git a/nucleus/library/application/shared_memory.cpp b/nucleus/library/application/shared_memory.cpp index 4dab6191..c26a09c5 100644 --- a/nucleus/library/application/shared_memory.cpp +++ b/nucleus/library/application/shared_memory.cpp @@ -53,7 +53,7 @@ shared_memory::shared_memory(int size, const char *identity) _identity(new astring(identity)), _size(size) { -// FUNCDEF("constructor"); + FUNCDEF("constructor"); bool first_use = false; // assume already existing until told otherwise. _locking->lock(); // force all others to wait on our finishing creation. #ifdef __UNIX__