platform/upstream/glibc.git
26 years ago(elf): Kill -mno-fp-regs.
Ulrich Drepper [Sat, 27 Jun 1998 09:50:41 +0000 (09:50 +0000)]
(elf): Kill -mno-fp-regs.

26 years agoAdd sigstack here.
Ulrich Drepper [Thu, 18 Jun 1998 21:49:26 +0000 (21:49 +0000)]
Add sigstack here.

26 years agoInclude sys/types.h before glob.h.
Ulrich Drepper [Wed, 17 Jun 1998 17:59:03 +0000 (17:59 +0000)]
Include sys/types.h before glob.h.

26 years agoInclude glob.h before defining prototypes.
Ulrich Drepper [Wed, 17 Jun 1998 10:17:53 +0000 (10:17 +0000)]
Include glob.h before defining prototypes.

26 years agoAdd prototypes for the __new_* functions.
Ulrich Drepper [Mon, 15 Jun 1998 11:03:50 +0000 (11:03 +0000)]
Add prototypes for the __new_* functions.

26 years agoDefinitions for sigstack functions.
Ulrich Drepper [Wed, 10 Jun 1998 10:58:58 +0000 (10:58 +0000)]
Definitions for sigstack functions.

26 years ago * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
Andreas Schwab [Wed, 10 Jun 1998 05:27:41 +0000 (05:27 +0000)]
* sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
  inline.
* sysdeps/m68k/fpu/e_exp10.c: New file.
* sysdeps/m68k/fpu/e_exp10f.c: New file.
* sysdeps/m68k/fpu/e_exp10l.c: New file.

26 years ago * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
Andreas Schwab [Wed, 10 Jun 1998 01:37:21 +0000 (01:37 +0000)]
* sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
definition.
(PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
* sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
* sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
* sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
* sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.

26 years ago * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
Andreas Schwab [Wed, 10 Jun 1998 01:35:06 +0000 (01:35 +0000)]
* sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
_dl_profile_map only if the name matches.
(_dl_start_user): Remember stack address.
* sysdeps/m68k/elf/start.S: Pass new argument to
__libc_start_user.

26 years agoUpdate for new draft ARM ELF ABI.
Ulrich Drepper [Tue, 9 Jun 1998 15:13:18 +0000 (15:13 +0000)]
Update for new draft ARM ELF ABI.

26 years agoSysVr4 specific macros to convert from and to sigmask.
Ulrich Drepper [Sun, 7 Jun 1998 14:06:19 +0000 (14:06 +0000)]
SysVr4 specific macros to convert from and to sigmask.

26 years agoGMP support for ARMs.
Ulrich Drepper [Mon, 1 Jun 1998 14:25:31 +0000 (14:25 +0000)]
GMP support for ARMs.

26 years agoIEEE 754 float support for strange ARMs.
Ulrich Drepper [Mon, 1 Jun 1998 14:24:49 +0000 (14:24 +0000)]
IEEE 754 float support for strange ARMs.

26 years agoNot needed anymore.
Ulrich Drepper [Mon, 1 Jun 1998 14:23:55 +0000 (14:23 +0000)]
Not needed anymore.

26 years ago(FE_EXCEPTION_SHIFT): Rename to FE_EXCEPT_SHIFT.
Ulrich Drepper [Mon, 1 Jun 1998 14:23:26 +0000 (14:23 +0000)]
(FE_EXCEPTION_SHIFT): Rename to FE_EXCEPT_SHIFT.

26 years ago(__jmp_buf): Remove floating-point support.
Ulrich Drepper [Mon, 1 Jun 1998 13:39:22 +0000 (13:39 +0000)]
(__jmp_buf): Remove floating-point support.
(_JMPBUF_UNWINDS): Added.

26 years agojmpbuf definition for ARM with FPU.
Ulrich Drepper [Mon, 1 Jun 1998 13:38:56 +0000 (13:38 +0000)]
jmpbuf definition for ARM with FPU.

26 years agoARM implementation of feholdexcept.
Ulrich Drepper [Mon, 1 Jun 1998 13:38:03 +0000 (13:38 +0000)]
ARM implementation of feholdexcept.

26 years agoUse C_SYMBOL_NAME when referring to errno and _errno.
Ulrich Drepper [Mon, 1 Jun 1998 13:37:18 +0000 (13:37 +0000)]
Use C_SYMBOL_NAME when referring to errno and _errno.

26 years agoUse __ASSEMBLER__ test macro not ASSEMBLER.
Ulrich Drepper [Fri, 29 May 1998 10:20:59 +0000 (10:20 +0000)]
Use __ASSEMBLER__ test macro not ASSEMBLER.

26 years agoCorrectly renamed.
Ulrich Drepper [Mon, 25 May 1998 11:27:09 +0000 (11:27 +0000)]
Correctly renamed.

26 years agoSet exception bits in Arm FPU.
Ulrich Drepper [Sun, 24 May 1998 18:41:41 +0000 (18:41 +0000)]
Set exception bits in Arm FPU.

26 years agoDefinitions for FPU handling header.
Ulrich Drepper [Thu, 21 May 1998 15:39:52 +0000 (15:39 +0000)]
Definitions for FPU handling header.

26 years agoFP CW and SW handling for Arm.
Ulrich Drepper [Thu, 21 May 1998 15:39:28 +0000 (15:39 +0000)]
FP CW and SW handling for Arm.

26 years agoReplace stub file with real implementation.
Ulrich Drepper [Thu, 21 May 1998 15:33:23 +0000 (15:33 +0000)]
Replace stub file with real implementation.

26 years ago * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
Richard Henderson [Thu, 21 May 1998 01:18:56 +0000 (01:18 +0000)]
    * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
        directly instead of include_next.  Add missing semicolons.
        * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
        Add missing semicolons.

26 years agoMissed double occurences of "the the" in one line - fixed it.
Ulrich Drepper [Wed, 20 May 1998 14:34:42 +0000 (14:34 +0000)]
Missed double occurences of "the the" in one line - fixed it.

26 years agoCorrect handling of arguments.
Ulrich Drepper [Tue, 19 May 1998 16:12:40 +0000 (16:12 +0000)]
Correct handling of arguments.

26 years agoFix the "the the" problems.
Ulrich Drepper [Tue, 19 May 1998 16:12:29 +0000 (16:12 +0000)]
Fix the "the the" problems.

26 years ago(syscall_error): Use C_SYMBOL_NAME for a.out compatibility.
Ulrich Drepper [Tue, 19 May 1998 16:12:07 +0000 (16:12 +0000)]
(syscall_error): Use C_SYMBOL_NAME for a.out compatibility.

26 years ago(ALIGNARG): ELF .align directive uses a log, not a byte-count.
Ulrich Drepper [Tue, 19 May 1998 16:11:52 +0000 (16:11 +0000)]
(ALIGNARG): ELF .align directive uses a log, not a byte-count.

26 years agoSupport both big and little endian processors.
Ulrich Drepper [Tue, 19 May 1998 16:11:41 +0000 (16:11 +0000)]
Support both big and little endian processors.

26 years agoWrapper around current code to convert from and back to old glob_t format.
Ulrich Drepper [Tue, 12 May 1998 12:20:54 +0000 (12:20 +0000)]
Wrapper around current code to convert from and back to old glob_t format.

26 years agoWrapper around generic code to add version information.
Ulrich Drepper [Tue, 12 May 1998 12:20:27 +0000 (12:20 +0000)]
Wrapper around generic code to add version information.

26 years agoCompile oldglob in posix subdir.
Ulrich Drepper [Tue, 12 May 1998 12:20:06 +0000 (12:20 +0000)]
Compile oldglob in posix subdir.

26 years agoAdd oldglob.c.
Ulrich Drepper [Tue, 12 May 1998 12:19:53 +0000 (12:19 +0000)]
Add oldglob.c.

26 years agoDon't mark pread and pwrite as EXTRA.
Richard Henderson [Mon, 11 May 1998 11:05:13 +0000 (11:05 +0000)]
Don't mark pread and pwrite as EXTRA.

26 years ago(sysdep_routines): Remove statfs and fstatfs.
Richard Henderson [Mon, 11 May 1998 11:04:27 +0000 (11:04 +0000)]
(sysdep_routines): Remove statfs and fstatfs.

26 years ago[subdir=elf]: Define sysdep-others, not others.
Ulrich Drepper [Fri, 8 May 1998 15:02:44 +0000 (15:02 +0000)]
[subdir=elf]: Define sysdep-others, not others.

26 years agoSolaris specific error numbers.
Ulrich Drepper [Wed, 6 May 1998 10:22:08 +0000 (10:22 +0000)]
Solaris specific error numbers.

26 years agoSolaris2 specific type definitions.
Ulrich Drepper [Wed, 6 May 1998 09:51:36 +0000 (09:51 +0000)]
Solaris2 specific type definitions.

26 years agoAdd LFS support and use correct types overall.
Ulrich Drepper [Wed, 6 May 1998 09:50:30 +0000 (09:50 +0000)]
Add LFS support and use correct types overall.

26 years ago(PSEUDO): On error, call __syscall_error rather than syscall_error
Ulrich Drepper [Thu, 30 Apr 1998 16:57:25 +0000 (16:57 +0000)]
(PSEUDO): On error, call __syscall_error rather than syscall_error
directly.

26 years agommap syscall interface for Linux/ARM.
Ulrich Drepper [Thu, 30 Apr 1998 16:57:14 +0000 (16:57 +0000)]
mmap syscall interface for Linux/ARM.

26 years agoStartup file for ARM.
Ulrich Drepper [Thu, 30 Apr 1998 16:56:45 +0000 (16:56 +0000)]
Startup file for ARM.

26 years agoFix off by one error.
Ulrich Drepper [Thu, 30 Apr 1998 16:56:27 +0000 (16:56 +0000)]
Fix off by one error.

26 years agoAdd SIGCLD definition.
Ulrich Drepper [Wed, 29 Apr 1998 16:05:50 +0000 (16:05 +0000)]
Add SIGCLD definition.

26 years ago(ftruncate): Make __ftruncate the strong symbol, and add weak alias.
Ulrich Drepper [Fri, 24 Apr 1998 15:29:55 +0000 (15:29 +0000)]
(ftruncate): Make __ftruncate the strong symbol, and add weak alias.

26 years agoDon't check against SP.
Richard Henderson [Fri, 24 Apr 1998 14:43:00 +0000 (14:43 +0000)]
Don't check against SP.

26 years ago(_JMPBUF_UNWINDS): Added.
Richard Henderson [Thu, 23 Apr 1998 22:46:39 +0000 (22:46 +0000)]
(_JMPBUF_UNWINDS): Added.

26 years ago * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
Andreas Schwab [Wed, 22 Apr 1998 02:07:41 +0000 (02:07 +0000)]
* sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.

26 years agoAdd copyright text.
Ulrich Drepper [Mon, 20 Apr 1998 18:34:25 +0000 (18:34 +0000)]
Add copyright text.

26 years agoOptimized ARM version of strlen.
Ulrich Drepper [Fri, 17 Apr 1998 08:52:51 +0000 (08:52 +0000)]
Optimized ARM version of strlen.

26 years agoUse +force in dependency list of installation targets.
Ulrich Drepper [Thu, 9 Apr 1998 10:12:51 +0000 (10:12 +0000)]
Use +force in dependency list of installation targets.

26 years agoAdd __lseek64 alias for __llseek.
Ulrich Drepper [Wed, 8 Apr 1998 07:10:11 +0000 (07:10 +0000)]
Add __lseek64 alias for __llseek.

26 years agoAllow inclusion from netinet.in.h.
Ulrich Drepper [Tue, 7 Apr 1998 09:12:51 +0000 (09:12 +0000)]
Allow inclusion from netinet.in.h.

26 years ago2.0 kernel support.
Ulrich Drepper [Tue, 7 Apr 1998 09:11:50 +0000 (09:11 +0000)]
2.0 kernel support.

26 years ago(__syscall_error): Same for PIC and non-PIC now. Correctly negate
Ulrich Drepper [Fri, 3 Apr 1998 12:06:51 +0000 (12:06 +0000)]
(__syscall_error): Same for PIC and non-PIC now.  Correctly negate
error number.
(errno): Use `%' not `@' in .type directives.

26 years ago(PSEUDO): Fix typo introduced in last change.
Ulrich Drepper [Fri, 3 Apr 1998 08:23:11 +0000 (08:23 +0000)]
(PSEUDO): Fix typo introduced in last change.

26 years agoCorrect test for error and use PLTJMP() rather than explicit (PLT).
Ulrich Drepper [Wed, 1 Apr 1998 09:14:55 +0000 (09:14 +0000)]
Correct test for error and use PLTJMP() rather than explicit (PLT).

26 years ago(SYSCALL_ERROR_HANDLER): Always define, not only #ifndef PIC.
Ulrich Drepper [Wed, 1 Apr 1998 09:11:44 +0000 (09:11 +0000)]
(SYSCALL_ERROR_HANDLER): Always define, not only #ifndef PIC.
(DO_CALL): Pass fifth argument correctly in R4.
(PSEUDO): Correct test for error, call syscall_error through PLT if PIC.

26 years ago(_start): Leave most of the initialisation for __libc_start_main().
Ulrich Drepper [Wed, 1 Apr 1998 09:09:05 +0000 (09:09 +0000)]
(_start): Leave most of the initialisation for __libc_start_main().

26 years ago * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
Andreas Schwab [Wed, 1 Apr 1998 00:53:13 +0000 (00:53 +0000)]
* sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
* sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
install lddlibc4.

26 years ago(_start): Let __libc_start_main do most of the init stuff.
Ulrich Drepper [Tue, 31 Mar 1998 23:18:03 +0000 (23:18 +0000)]
(_start): Let __libc_start_main do most of the init stuff.

26 years agoWrapper for adjtimex syscall.
Ulrich Drepper [Tue, 31 Mar 1998 23:12:58 +0000 (23:12 +0000)]
Wrapper for adjtimex syscall.

26 years ago(sysdep_routines): Add adjtimex.
Ulrich Drepper [Tue, 31 Mar 1998 23:11:52 +0000 (23:11 +0000)]
(sysdep_routines): Add adjtimex.

26 years ago(socket): Added.
Ulrich Drepper [Sun, 29 Mar 1998 17:01:51 +0000 (17:01 +0000)]
(socket): Added.

26 years ago(__readdir64): New strong alias.
Ulrich Drepper [Sun, 29 Mar 1998 17:01:42 +0000 (17:01 +0000)]
(__readdir64): New strong alias.

26 years agoAdd sizes.h.
Ulrich Drepper [Wed, 25 Mar 1998 15:53:22 +0000 (15:53 +0000)]
Add sizes.h.

26 years ago * sysdeps/m68k/m68020/wordcopy.S: New file.
Andreas Schwab [Mon, 23 Mar 1998 02:18:31 +0000 (02:18 +0000)]
* sysdeps/m68k/m68020/wordcopy.S: New file.

26 years agolongjmp for ARM with FPU.
Ulrich Drepper [Wed, 18 Mar 1998 14:41:31 +0000 (14:41 +0000)]
longjmp for ARM with FPU.

26 years agoELF startup code for Arm.
Ulrich Drepper [Wed, 18 Mar 1998 14:41:15 +0000 (14:41 +0000)]
ELF startup code for Arm.

26 years agosetjmp for Arm.
Ulrich Drepper [Wed, 18 Mar 1998 14:41:05 +0000 (14:41 +0000)]
setjmp for Arm.

26 years agoELF setjmp for Arm.
Ulrich Drepper [Wed, 18 Mar 1998 14:40:58 +0000 (14:40 +0000)]
ELF setjmp for Arm.

26 years ago(ENTRY): Correct error jump.
Ulrich Drepper [Wed, 18 Mar 1998 14:34:49 +0000 (14:34 +0000)]
(ENTRY): Correct error jump.

26 years agoCheck correctly for error return; call syscall_error through PLT.
Ulrich Drepper [Wed, 18 Mar 1998 14:33:53 +0000 (14:33 +0000)]
Check correctly for error return; call syscall_error through PLT.

26 years ago(syscall_error): Support PIC and re-entrant code.
Ulrich Drepper [Wed, 18 Mar 1998 14:31:30 +0000 (14:31 +0000)]
(syscall_error): Support PIC and re-entrant code.

26 years agoSupport PIC.
Ulrich Drepper [Wed, 18 Mar 1998 14:31:22 +0000 (14:31 +0000)]
Support PIC.

26 years agoFloating point exception definitions.
Ulrich Drepper [Wed, 18 Mar 1998 14:29:48 +0000 (14:29 +0000)]
Floating point exception definitions.

26 years agoChange format of .type directive. Correct comment about floating
Ulrich Drepper [Wed, 18 Mar 1998 14:29:30 +0000 (14:29 +0000)]
Change format of .type directive.  Correct comment about floating
point to reflect current reality.

26 years agoCall __sigjmp_save through PLT
Ulrich Drepper [Wed, 18 Mar 1998 14:29:20 +0000 (14:29 +0000)]
Call __sigjmp_save through PLT

26 years agoOptimized memset version.
Ulrich Drepper [Wed, 18 Mar 1998 14:29:09 +0000 (14:29 +0000)]
Optimized memset version.

26 years agoStartup code for Arm.
Ulrich Drepper [Wed, 18 Mar 1998 14:29:01 +0000 (14:29 +0000)]
Startup code for Arm.

26 years agoArm/ELF definitions.
Ulrich Drepper [Wed, 18 Mar 1998 14:28:36 +0000 (14:28 +0000)]
Arm/ELF definitions.

26 years agoCall __sigsetjmp by correct name.
Ulrich Drepper [Wed, 18 Mar 1998 14:27:59 +0000 (14:27 +0000)]
Call __sigsetjmp by correct name.

26 years agoRemove floating point code.
Ulrich Drepper [Wed, 18 Mar 1998 14:27:40 +0000 (14:27 +0000)]
Remove floating point code.

26 years ago * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
Andreas Schwab [Fri, 13 Mar 1998 01:27:51 +0000 (01:27 +0000)]
* sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
isless, islessequal, islessgreater, isunordered): Return zero or
one.

26 years agoCorrect typo.
Ulrich Drepper [Thu, 12 Mar 1998 09:18:49 +0000 (09:18 +0000)]
Correct typo.

26 years agoLinuxThreads library.
Ulrich Drepper [Wed, 11 Mar 1998 12:42:24 +0000 (12:42 +0000)]
LinuxThreads library.

26 years ago * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
Andreas Schwab [Wed, 11 Mar 1998 01:32:12 +0000 (01:32 +0000)]
* sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
init stuff.

26 years agoAdd various SOL_* constants.
Ulrich Drepper [Tue, 10 Mar 1998 22:42:23 +0000 (22:42 +0000)]
Add various SOL_* constants.

26 years agoAdds lots of missing AF_* and PF_* constants.
Ulrich Drepper [Tue, 10 Mar 1998 22:33:58 +0000 (22:33 +0000)]
Adds lots of missing AF_* and PF_* constants.

26 years agoRename function to __ffs and make ffs a weak alias.
Ulrich Drepper [Mon, 9 Mar 1998 09:09:46 +0000 (09:09 +0000)]
Rename function to __ffs and make ffs a weak alias.

26 years ago * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
Andreas Schwab [Mon, 9 Mar 1998 03:20:41 +0000 (03:20 +0000)]
* sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
Readd lost negate.
* sysdeps/m68k/sysdep.h: Remove the stabs stuff again.

26 years ago(SYSCALL_ERROR_HANDLER): Don't store into global errno if we already
Ulrich Drepper [Fri, 6 Mar 1998 11:38:58 +0000 (11:38 +0000)]
(SYSCALL_ERROR_HANDLER): Don't store into global errno if we already
store through __errno_location.

26 years ago * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
Andreas Schwab [Fri, 6 Mar 1998 01:48:50 +0000 (01:48 +0000)]
* sysdeps/m68k/add_n.S: Use ENTRY and END macros.
* sysdeps/m68k/lshift.S: Likewise.
* sysdeps/m68k/rshift.S: Likewise.
* sysdeps/m68k/sub_n.S: Likewise.
* sysdeps/m68k/m68020/addmul_1.S: Likewise.
* sysdeps/m68k/m68020/mul_1.S: Likewise.
* sysdeps/m68k/m68020/submul_1.S: Likewise.
* sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
[_LIBC_REENTRANT]: Don't store into global errno.
* sysdeps/m68k/sysdep.h: New file.
* sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
(DO_CALL): Change to expect syscall name as argument.
(PSEUDO): Pass syscall_name to DO_CALL.
(SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
errno.

26 years ago * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
Andreas Schwab [Wed, 4 Mar 1998 02:36:01 +0000 (02:36 +0000)]
* sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
offsets into the GOT.
(RTLD_START): Likewise.

26 years ago1998-03-01 18:52 H.J. Lu (hjl@gnu.org)
Richard Henderson [Sun, 1 Mar 1998 10:53:22 +0000 (10:53 +0000)]
1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
        * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
        osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
        osf_wait4): Removed __xxxx symbol for GLIBC_2.0.

26 years ago * shlib-versions: Match alpha*.
Richard Henderson [Sun, 1 Mar 1998 00:56:41 +0000 (00:56 +0000)]
    * shlib-versions: Match alpha*.
        * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
        * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
        * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
        Implement copysign* with and without __ prefix.
        Likewise for fabs; use builtin for gcc 2.8.
        (floor*): New.
        (fdim*): New.
        * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
        (R_SPARC*): Match current v9 ABI.
        * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
        * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
        * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
        * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
        * sysdeps/generic/getresgid.c: Use prototype form because of warning.
        * sysdeps/unix/sysv/linux/getdents.c: Likewise.
        * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
        * sysdeps/unix/grantpt.c (argv): Fix consts.
        * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
        * sysdeps/unix/sysv/linux/sigaction.c: Likewise.

26 years ago(_NSIG): Changed to 64.
Ulrich Drepper [Thu, 26 Feb 1998 17:16:51 +0000 (17:16 +0000)]
(_NSIG): Changed to 64.