mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Added a hopefully enlightening comment on the subtleties of semaphore
locking in the stdio_fflush.c file. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14915 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: stdlib_main.c,v 1.22 2005-04-01 18:46:37 obarthel Exp $
|
||||
* $Id: stdlib_main.c,v 1.23 2005-04-04 11:56:22 obarthel Exp $
|
||||
*
|
||||
* :ts=4
|
||||
*
|
||||
@ -354,7 +354,7 @@ _main(void)
|
||||
__stack_size = size;
|
||||
}
|
||||
|
||||
/* How much stack size was provided? */
|
||||
/* How much stack space was provided? */
|
||||
current_stack_size = get_stack_size();
|
||||
|
||||
/* If this is a resident program, don't allow for the detach
|
||||
|
||||
Reference in New Issue
Block a user