summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
Diffstat (limited to 'os2')
-rw-r--r--os2/os2ish.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h
index 0f80a4ddca..83528feee8 100644
--- a/os2/os2ish.h
+++ b/os2/os2ish.h
@@ -192,7 +192,7 @@ extern int rc;
# define pthread_setspecific(k,v) (*(k)=(v),0)
# define pthread_key_create(keyp,flag) \
( DosAllocThreadLocalMemory(1,(unsigned long**)keyp) \
- ? Perl_croak_nocontext("LocalMemory"),1 \
+ ? Perl_croak_nocontext("Out of memory!"), 1 \
: 0 \
)
#endif /* USE_SLOW_THREAD_SPECIFIC */
@@ -1239,4 +1239,3 @@ typedef struct {
PQTOPLEVEL get_sysinfo(ULONG pid, ULONG flags);
#endif /* _OS2_H */
-