Roland McGrath
|
74df46e30f
|
Dist files no longer required
|
2006-01-08 06:49:16 +00:00 |
|
Ulrich Drepper
|
2bb0696559
|
Remove uses of __P and __PMT.
|
2004-09-14 04:24:52 +00:00 |
|
Ulrich Drepper
|
8ee7624e87
|
Not needed anymore.
|
2002-09-28 18:02:05 +00:00 |
|
Roland McGrath
|
e699500013
|
2002-09-04 Bruno Haible <bruno@clisp.org>
* sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
sigset_get_old_mask): Turn into inline functions.
* sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
sigset_get_old_mask): Likewise.
* sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
sigset_get_old_mask): Likewise.
|
2002-09-05 18:51:44 +00:00 |
|
Roland McGrath
|
1717fd72fb
|
2002-08-26 Roland McGrath <roland@redhat.com>
* sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
macro with inline function.
(sigset_get_old_mask): Likewise.
* sysdeps/posix/sigblock.c (__sigblock): Update callers.
* sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
* sysdeps/posix/sigpause.c (__sigpause): Likewise.
* sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
* sysdeps/unix/sysv/aix/sigset-cvt-mask.h
(sigset_set_old_mask, sigset_get_old_mask): Make these macros return
values.
* sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
* sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
|
2002-08-27 02:43:04 +00:00 |
|
Roland McGrath
|
84091b65ff
|
2002-08-12 Roland McGrath <roland@redhat.com>
* include/sys/wait.h (__waitpid): Add libc_hidden_proto.
* sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
* sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
* sysdeps/unix/sysv/linux/waitpid.c: Likewise.
* sysdeps/unix/sysv/aix/waitpid.c: Likewise.
* sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
* sysdeps/generic/waitpid.c: Likewise.
|
2002-08-13 01:07:52 +00:00 |
|
Ulrich Drepper
|
1d343348c1
|
(__sysconf): Add libc_hidden_def.
|
2002-08-04 09:16:35 +00:00 |
|
Ulrich Drepper
|
9f0c7fbd18
|
Remove all __GI_* aliases.
|
2002-08-03 19:44:44 +00:00 |
|
Ulrich Drepper
|
78413eec88
|
Add __GI_ aliases.
|
2002-08-03 06:58:54 +00:00 |
|
Ulrich Drepper
|
da5f5f7986
|
Add libc_hidden_def. Remove undef and INTDEF.
|
2002-08-03 06:57:53 +00:00 |
|
Ulrich Drepper
|
841f536f46
|
Remove __set_errno definition.
|
2002-07-20 01:02:01 +00:00 |
|
Ulrich Drepper
|
d97abfcbcb
|
(__NSSBITS): Correct value.
|
2002-07-10 20:24:32 +00:00 |
|
Roland McGrath
|
942fe80901
|
2002-04-30 Roland McGrath <roland@frob.com>
Removed old GNU stdio implementation; GNU libio is now the only option.
* configure.in: Removed --enable-libio option and @stdio@ subst var.
Define USE_IN_LIBIO unconditionally.
* configure: Regenerated.
* Makeconfig (stdio): Set to libio by default.
* config.make.in (stdio): Variable removed.
* sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
* sysdeps/unix/sysv/linux/configure: Regenerated.
* sysdeps/mach/hurd/configure.in: Don't test $stdio.
* sysdeps/mach/hurd/configure: Regenerated.
* stdio/.cvsignore: File removed.
* stdio/Makefile: File removed.
* stdio/Versions: File removed.
* stdio/__fbufsize.c: File removed.
* stdio/__flbf.c: File removed.
* stdio/__fpending.c: File removed.
* stdio/__fpurge.c: File removed.
* stdio/__freadable.c: File removed.
* stdio/__freading.c: File removed.
* stdio/__fsetlocking.c: File removed.
* stdio/__fwritable.c: File removed.
* stdio/__fwriting.c: File removed.
* stdio/clearerr.c: File removed.
* stdio/fclose.c: File removed.
* stdio/fcloseall.c: File removed.
* stdio/feof.c: File removed.
* stdio/ferror.c: File removed.
* stdio/fflush.c: File removed.
* stdio/fgetc.c: File removed.
* stdio/fgetpos.c: File removed.
* stdio/fgets.c: File removed.
* stdio/fileno.c: File removed.
* stdio/fmemopen.c: File removed.
* stdio/fopen.c: File removed.
* stdio/fopncook.c: File removed.
* stdio/fputc.c: File removed.
* stdio/fputs.c: File removed.
* stdio/fread.c: File removed.
* stdio/freopen.c: File removed.
* stdio/fseek.c: File removed.
* stdio/fsetpos.c: File removed.
* stdio/ftell.c: File removed.
* stdio/fwrite.c: File removed.
* stdio/getc.c: File removed.
* stdio/getchar.c: File removed.
* stdio/getdelim.c: File removed.
* stdio/gets.c: File removed.
* stdio/glue.c: File removed.
* stdio/internals.c: File removed.
* stdio/linewrap.c: File removed.
* stdio/linewrap.h: File removed.
* stdio/memstream.c: File removed.
* stdio/newstream.c: File removed.
* stdio/obstream.c: File removed.
* stdio/putc.c: File removed.
* stdio/putchar.c: File removed.
* stdio/puts.c: File removed.
* stdio/rewind.c: File removed.
* stdio/setbuf.c: File removed.
* stdio/setbuffer.c: File removed.
* stdio/setlinebuf.c: File removed.
* stdio/setvbuf.c: File removed.
* stdio/stdio.h: File removed.
* stdio/ungetc.c: File removed.
* stdio/vasprintf.c: File removed.
* stdio/vscanf.c: File removed.
* stdio/vsnprintf.c: File removed.
* stdio/vsprintf.c: File removed.
* stdio/vsscanf.c: File removed.
* sysdeps/generic/defs.c: File removed.
* sysdeps/generic/fdopen.c: File removed.
* sysdeps/generic/pipestream.c: File removed.
* sysdeps/generic/stdio_init.c: File removed.
* sysdeps/generic/sysd-stdio.c: File removed.
* sysdeps/generic/vdprintf.c: File removed.
* sysdeps/mach/hurd/defs.c: File removed.
* sysdeps/mach/hurd/fdopen.c: File removed.
* sysdeps/mach/hurd/pipestream.c: File removed.
* sysdeps/mach/hurd/stdio_init.c: File removed.
* sysdeps/mach/hurd/sysd-stdio.c: File removed.
* sysdeps/mach/hurd/vdprintf.c: File removed.
* sysdeps/posix/defs.c: File removed.
* sysdeps/posix/fdopen.c: File removed.
* sysdeps/posix/pipestream.c: File removed.
* sysdeps/posix/stdio_init.c: File removed.
* sysdeps/posix/vdprintf.c: File removed.
* sysdeps/unix/pipestream.c: File removed.
* sysdeps/unix/sysv/sysd-stdio.c: File removed.
* sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
* sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
|
2002-04-30 22:00:59 +00:00 |
|
Ulrich Drepper
|
5fe32a10ce
|
Use INTDEF for __getpgid.
|
2002-04-14 08:42:53 +00:00 |
|
Ulrich Drepper
|
3ab5bc8a52
|
LOC): Don't paste in a token.
|
2002-04-11 20:38:52 +00:00 |
|
Andreas Jaeger
|
3214b89b32
|
Update to LGPL v2.1.
|
2001-07-06 04:56:23 +00:00 |
|
Andreas Jaeger
|
a5bebe4c22
|
Remove check for crypt add-on.
|
2001-07-03 16:50:33 +00:00 |
|
Ulrich Drepper
|
e46c35fd6b
|
Change type of second parameter back to size_t as per upcoming XPG6.
|
2001-03-17 08:27:45 +00:00 |
|
Ulrich Drepper
|
0361ba3046
|
Don't define __fd_mask, __NFDBITS, __FDELT, __FDMASK, and __fd_set here.
|
2001-01-27 19:27:16 +00:00 |
|
Ulrich Drepper
|
afda99352c
|
Define __S_TYPEISMQ, __S_TYPEISSEM, and __S_TYPEISSHM.
|
2000-06-22 17:58:17 +00:00 |
|
Ulrich Drepper
|
b05b3eb67f
|
Define __socklen_t.
|
2000-04-02 08:05:11 +00:00 |
|
Ulrich Drepper
|
9de792e3c0
|
(__gethostname): Change type of second parameter to socklen_t.
|
2000-04-02 07:59:31 +00:00 |
|
Ulrich Drepper
|
6d70eeb43c
|
Allow including from stdlib.h.
|
2000-02-24 07:57:37 +00:00 |
|
Ulrich Drepper
|
8c1f89e911
|
Solaris dirent definition.
|
1999-08-25 18:48:38 +00:00 |
|
Ulrich Drepper
|
42d9b8260e
|
getdents implementation for Solaris.
|
1999-08-25 18:42:20 +00:00 |
|
Ulrich Drepper
|
f739f8a81e
|
Define __blksize_t.
|
1999-08-18 07:47:37 +00:00 |
|
Ulrich Drepper
|
6996793426
|
(struct stat): Use __blksize_t for st_blksize member.
(struct stat64): Likewise.
|
1999-08-18 07:46:54 +00:00 |
|
Ulrich Drepper
|
daacfe6797
|
(struct stat): Use __blksize_t for st_blksize member.
|
1999-08-18 07:46:26 +00:00 |
|
Ulrich Drepper
|
0dd0e77c4c
|
Make __useconds_t unsigned.
|
1999-08-18 03:39:59 +00:00 |
|
Ulrich Drepper
|
283cadf410
|
Define type __useconds_t.
|
1999-08-18 01:18:14 +00:00 |
|
Ulrich Drepper
|
d063916977
|
Correct types.
|
1999-07-27 05:06:25 +00:00 |
|
Ulrich Drepper
|
b4ac6f26f2
|
Define __suseconds_t.
|
1999-07-17 23:16:23 +00:00 |
|
Ulrich Drepper
|
4d1f7dc129
|
Include libintl.h.
|
1999-06-19 09:47:58 +00:00 |
|
Ulrich Drepper
|
42bda2c453
|
(_sys_errlist): Fix typo.
|
1999-02-16 12:13:56 +00:00 |
|
Ulrich Drepper
|
9953714a27
|
configure script for Solaris.
|
1999-01-28 17:34:45 +00:00 |
|
Ulrich Drepper
|
0583626692
|
Error messages for Solaris/SPARC.
|
1999-01-28 17:34:23 +00:00 |
|
Ulrich Drepper
|
bc46f1f605
|
Include features.h and stddef.h.
|
1998-12-18 16:01:28 +00:00 |
|
Ulrich Drepper
|
17cb2406ce
|
(struct sigaltstack): Move ss_size field at the end.
|
1998-12-18 16:00:09 +00:00 |
|
Ulrich Drepper
|
9dda87abb5
|
(__FDS_BITS): New macro to access fds_bits member.
|
1998-10-28 14:41:28 +00:00 |
|
Ulrich Drepper
|
b227d2e7eb
|
(__fd_set): Define element as fds_bits only is __USE_XOPEN. Otherwise
use __fds_bits.
|
1998-10-25 09:10:44 +00:00 |
|
Ulrich Drepper
|
f3a306c88f
|
Fix typo.
|
1998-09-17 19:36:37 +00:00 |
|
Ulrich Drepper
|
04853189a2
|
Extra files for Solaris/SPARC.
|
1998-09-14 16:26:45 +00:00 |
|
Ulrich Drepper
|
91df7dba19
|
Solaris 2 system calls.
|
1998-09-11 18:19:49 +00:00 |
|
Ulrich Drepper
|
5c39892183
|
Solaris 2 vrsion of param.h.
|
1998-09-11 18:19:33 +00:00 |
|
Ulrich Drepper
|
badbd76bb8
|
Solaris 2 ucontext definitions.
|
1998-09-11 18:19:16 +00:00 |
|
Ulrich Drepper
|
a256afab2c
|
Solaris 2 trap definitions.
|
1998-09-11 18:19:01 +00:00 |
|
Ulrich Drepper
|
69e46a642c
|
Solaris 2 definitions for sigstack/sigaltstack.
|
1998-09-11 18:18:39 +00:00 |
|
Ulrich Drepper
|
190df176a7
|
Wrapper around Linux version of this file. The code can be shared.
|
1998-09-11 18:18:17 +00:00 |
|
Ulrich Drepper
|
89f1caf5ee
|
Define extern inline functions only if __USE_EXTERN_INLINES is defined.
|
1998-08-18 23:21:05 +00:00 |
|
Ulrich Drepper
|
1965e0a488
|
syscall function implementation for Solaris/SPARC32.
|
1998-07-20 17:25:27 +00:00 |
|