1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Added more semaphore locking around the basic stdio, memory, locale

and dirent data operations. That should do it! While the library is
  not reentrant (this is not ixemul.library) it should be thread-safe
  now. Thread-safe in the sense of POSIX 1003.1c-1995.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14842 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-02-27 21:58:21 +00:00
parent c0c70bfd99
commit f51faeb168
61 changed files with 576 additions and 91 deletions

View File

@ -1,5 +1,5 @@
_#
# $Id: smakefile,v 1.24 2005-02-27 18:09:10 obarthel Exp $
# $Id: smakefile,v 1.25 2005-02-27 21:58:21 obarthel Exp $
#
# :ts=8
#
@ -330,6 +330,7 @@ STDIO_OBJ = \
stdio_initializeiob.o \
stdio_init_exit.o \
stdio_iobhookentry.o \
stdio_lock.o \
stdio_locksemaphorename.o \
stdio_nostdio.o \
stdio_openiob.o \