]> Zhao Yanbai Git Server - minix.git/commit
libsys/sef.c: cleanup around sef_exit
authorLionel Sambuc <lionel@minix3.org>
Tue, 13 May 2014 15:26:56 +0000 (17:26 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:41 +0000 (17:05 +0200)
commitf88b0001bab9a139045c7982e77f380e8b244002
tree788b44d21487ee656976f1d058c795592ddb5a03
parenta65d06ef804ec4141f34f8309cb2d9d921d920c3
libsys/sef.c: cleanup around sef_exit

 - use weak_alias for _exit and __exit instead of stub functions
 - remove fallback on PM_EXIT, as sys_exit can't fail, and we busy loop
   afterwards if that fails too. There is no reason that a PM_EXIT would
   work for a driver or server when sys_exit failed anyway.

Change-Id: I0327fb5c6fba25687cc9dc99fbf9c6d4db7d26e8
lib/libsys/sef.c