Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1406 → Rev 1653

/uspace/trunk/libc/generic/libc.c
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libc
* @{
*/
/** @file
*/
 
#include <libc.h>
#include <unistd.h>
#include <thread.h>
61,3 → 67,9
psthread_teardown(__tcb_get()->pst_data);
_exit(0);
}
 
 
/** @}
*/