mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
fb475f5962
commit
1daeda4dfc
15 changed files with 776 additions and 474 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue