[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] libpthread: pthread_create: turn ENOMEM to EAGAIN
From: |
Samuel Thibault |
Subject: |
Re: [PATCH] libpthread: pthread_create: turn ENOMEM to EAGAIN |
Date: |
Sat, 15 Sep 2012 21:44:09 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Pino Toscano, le Sat 15 Sep 2012 19:27:18 +0200, a écrit :
> it seems that in some occasions (i.e on malloc failure) pthread_create
> can return ENOMEM, which is not a valid POSIX error number.
> Attached there is a patch for libpthread to normalize ENOMEM to EAGAIN.
Applied, thanks
Samuel