Change osl_generic_nclone and osl_generic_clone
commit2881d89f651c008a576da5981b0346e0eee12d09
authorKuntz Thomas <thomaskuntz@sharedmemory.fr>
Fri, 10 Apr 2015 18:30:46 +0000 (10 20:30 +0200)
committerKuntz Thomas <thomaskuntz@sharedmemory.fr>
Tue, 14 Apr 2015 13:38:32 +0000 (14 15:38 +0200)
tree96d87aa1f1b226c1514faf69863d0503cd5fd9c0
parent4b67dcdee48bce3d9567964b8fcab2ea31197c04
Change osl_generic_nclone and osl_generic_clone

Now osl_generic_clone make a call to osl_generic_nclone with a size of
-1.
Now instead of calling osl_generic_clone when n<0, osl_generic_nclone
print all the osl_generic in the list.
include/osl/generic.h
source/generic.c