Module Name: src Committed By: roy Date: Tue Dec 1 00:03:53 UTC 2009 Modified Files: src/lib/libc/stdio: fgetstr.c getdelim.c local.h Log Message: Remove __getdelim and just use getdelim.
this isn't right. now someone can provide their own getdelim function and override what fgetstr.c uses. please put getdelim() under the same protection in namepsace.h that all the other functions there have. .mrg.