acadia-newlib/newlib/libc
Jeff Johnston 8fb3796385 2000-12-11 Joel Sherrill <joel@OARcorp.com>
* Merge RTEMS specific .h files into main libc/include.
        * libc/sys/rtems/include/signal.h: Removed.
        * libc/sys/rtems/include/time.h: Removed.
        * libc/sys/rtems/sys/features.h: Removed.
        * libc/sys/rtems/sys/sched.h: Removed.
        * libc/sys/rtems/sys/siginfo.h: Removed.
        * libc/sys/rtems/sys/signal.h: Removed.
        * libc/sys/rtems/sys/time.h: Removed.
        * libc/sys/rtems/sys/times.h: Removed.
        definitions for time_t and clock_t since these are
        no longer in time.h.
        * libc/include/pthread.h: New file.
        * libc/include/sys/sched.h: New file.
        * libc/include/sys/features.h: New file.
        * libc/include/time.h: Removed duplicate definition of clock_t
        and time_t, get them from <sys/types.h> instead.  Add prototypes        for POSIX clock and timer functionality.
        * libc/sys/linux/sys/types.h: Changed to include
        * libc/include/machine/types.h: Add _CLOCKID_T_ and _TIMER_T_.
        * libc/include/sys/signal.h: Add more complete set of POSIX
        signal functionality including real-time and threaded signals.
        * libc/include/sys/types.h: Add clock_t, time_t, struct
        timespec, and struct itimerspec.  Centralizing these makes
        things cleaner.  RTEMS uses 64-bit dev_t.
        Added numerous primitive definitions
        for pthreads including macros, pthread_attr_t,
        pthread_mutexattr_t, pthread_condattr_t, pthread_key_t,
        pthread_once_t, and pthread_t.
        * libc/include/sys/unistd.h: Added getlogin_r() prototype.
        If RTEMS follow POSIX on read(), write() and sbrk() prototype.
        Feature flags removed and moved to new file <sys/features.h>.
        Full set of POSIX sysconf() constants
2000-12-12 01:24:09 +00:00
..
ctype
errno
include 2000-12-11 Joel Sherrill <joel@OARcorp.com> 2000-12-12 01:24:09 +00:00
locale
machine Add support for Intel's XScale processor 2000-11-30 01:57:27 +00:00
misc 2000-08-30 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-30 18:34:53 +00:00
posix Only reference environ indirectly through a pointer 2000-11-22 18:26:10 +00:00
reent 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-24 22:32:38 +00:00
signal * libc/signal/signal.c (__sigtramp_r): ISO C requires 2000-09-19 19:39:45 +00:00
stdio 2000-12-07 Jay Kulpinski <jskulpin@eng01.gdds.com> 2000-12-08 00:27:39 +00:00
stdlib 2000-12-07 Jeff Johnston <jjohnstn@redhat.com> 2000-12-07 23:38:05 +00:00
string 2000-12-04 Keith Outwater <vac4050@cae597.rsc.raytheon.com> 2000-12-04 18:01:50 +00:00
sys 2000-12-11 Joel Sherrill <joel@OARcorp.com> 2000-12-12 01:24:09 +00:00
syscalls
time
unix 2000-12-08 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-12-09 01:20:32 +00:00
Makefile.am
Makefile.in
aclocal.m4
configure
configure.in
libc.texinfo
saber
sys.tex