A little too much was deleted in a recent commit

This commit is contained in:
Gregory Nutt 2014-08-16 12:52:28 -06:00
parent cde108efc6
commit e463730c2f

View File

@ -87,6 +87,8 @@ static void _net_semtake(FAR struct socketlist *list)
}
}
#define _net_semgive(list) sem_post(&list->sl_sem)
/****************************************************************************
* Public Functions
****************************************************************************/