mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-23 07:12:12 -07:00
Fixing minor linux build error left over from dl's debugging.
Copied from Perforce Change: 182884 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
daebd8206a
commit
641995b424
1 changed files with 0 additions and 2 deletions
|
|
@ -128,7 +128,6 @@ static void PThreadextModuleInit(void)
|
|||
{
|
||||
int status;
|
||||
struct sigaction pthreadext_sigsuspend, pthreadext_sigresume;
|
||||
int e;
|
||||
|
||||
AVER(pthreadextModuleInitialized == FALSE);
|
||||
|
||||
|
|
@ -137,7 +136,6 @@ static void PThreadextModuleInit(void)
|
|||
|
||||
/* Initialize the semaphore */
|
||||
status = sem_init(&pthreadextSem, 0, 0);
|
||||
e = errno;
|
||||
AVER(status != -1);
|
||||
|
||||
/* Install the signal handlers for suspend/resume. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue