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: complex.h,v 1.1 2005-04-03 10:22:48 obarthel Exp $
|
||||
* $Id: complex.h,v 1.2 2005-04-04 11:56:26 obarthel Exp $
|
||||
*
|
||||
* :ts=4
|
||||
*
|
||||
@ -65,7 +65,7 @@ extern "C" {
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
/* Basic types. */
|
||||
/* Basic types; imaginary is assumed not to be implemented yet. */
|
||||
#define complex _Complex
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user