Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1653 → Rev 1652

/uspace/trunk/libc/generic/as.c
24,12 → 24,6
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libc
* @{
*/
/** @file
*/
 
#include <as.h>
84,7 → 78,7
 
/** Sbrk emulation
*
* @param incr New area that should be allocated or negative,
* @param size New area that should be allocated or negative,
if it should be shrinked
* @return Pointer to newly allocated area
*/
146,9 → 140,3
 
return res;
}
 
 
/** @}
*/