summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/envlock.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-302010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-2/+2
* libcsupport/include/rtems/libio_.h, libcsupport/src/envlock.c, libcsupport/src/libio.c: Added and use rtems_libio_lock() and rtems_libio_unlock(). Cleaned up includes and declarations. Do not use RTEMS_NO_PRIORITY for unused ceiling priority in rtems_semaphore_create().
2009-09-15Add __attribute__((unused)) to function arguments.Ralf Corsepius1-2/+2
2004-04-18Remove stray white spaces.Ralf Corsepius1-2/+2
2002-05-172001-05-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+28
* libc/envlock.c: Implemented code to let newlib's envlock share the libio open/close mutex. Since both should be lightly used, this should not lead to problems and saves resources.
2002-05-142001-05-14 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill1-0/+82
* Per PR212, added envlock support for newlib. This is used by at least getenv()/putenv() to avoid race conditions. * libc/envlock.c: New file. * libc/Makefile.am: Modified to reflect above.