Updates for revised NSProcessInfo

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4631 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-07-22 14:17:27 +00:00
parent fb475f5962
commit 1daeda4dfc
15 changed files with 776 additions and 474 deletions

View file

@ -38,8 +38,6 @@
#include <unistd.h>
#endif
NSLog_printf_handler *_NSLog_printf_handler;
static void
_NSLog_standard_printf_handler (NSString* message)
{
@ -75,6 +73,8 @@ _NSLog_standard_printf_handler (NSString* message)
#endif
}
NSLog_printf_handler *_NSLog_printf_handler = _NSLog_standard_printf_handler;
void
NSLog (NSString* format, ...)
{
@ -130,7 +130,7 @@ NSLogv (NSString* format, va_list args)
}
[myLock lock];
_NSLog_printf_handler (prefix);
_NSLog_printf_handler(prefix);
[myLock unlock];