newlib-cygwin/newlib/libc/sys
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
..
a29khif Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
arm Recode to clean up function prologues and epilogue and to allow the functions 2000-08-09 21:55:54 +00:00
cygwin * libc/sys/cygwin/sys/dirent.h: Change definition to avoid necessity of 2000-11-22 01:49:19 +00:00
d10v Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
decstation Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
go32 Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
h8300hms 2000-08-30 Kazu Hirata <kazu@hxi.com> 2000-08-30 22:17:17 +00:00
h8500hms Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
linux 2000-12-11 Joel Sherrill <joel@OARcorp.com> 2000-12-12 01:24:09 +00:00
m88kbug Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
netware Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
rtems 2000-12-11 Joel Sherrill <joel@OARcorp.com> 2000-12-12 01:24:09 +00:00
sh 2000-11-30 Jeff Johnston <jjohnstn@redhat.com> 2000-11-30 20:18:28 +00:00
sparc64 Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
sun4 Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
sysmec Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
sysnec810 Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
sysnecv850 Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
sysvi386 2000-08-30 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-30 18:34:53 +00:00
sysvnecv70 Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
tic80 Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
w65 Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
z8ksim Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
Makefile.am import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
Makefile.in import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
aclocal.m4 Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
configure Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-03-24 20:42:18 +00:00
configure.in import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00