1
0
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:
Olaf Barthel
2005-04-04 11:56:26 +00:00
parent 92cc3e9a79
commit 6e39efe7d7
3 changed files with 16 additions and 5 deletions

View File

@ -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
/****************************************************************************/