summaryrefslogtreecommitdiff
path: root/gcc/sys-protos.h
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.in: Exterminate all references to assert.h.Zack Weinberg2001-05-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | * Makefile.in: Exterminate all references to assert.h. * cross-make: Likewise. * assert.h: Delete. * configure.in: Correct commentary. * configure: Regenerate. * po/POTFILES.in: Remove assert.h. * libgcc-std.ver, libgcc2.c, libgcc2.h, sys-protos.h: Remove __eprintf. * config/t-freebsd, config/t-linux, config/t-linux-aout, config/t-netbsd, config/t-rtems, config/x-linux, config/i386/t-beos, config/mcore/t-mcore, config/mcore/t-mcore-pe: No need to override INSTALL_ASSERT_H. * fixinc/fixinc.dgux, fixinc/fixinc.interix, fixinc/fixinc.ptx, fixinc/fixinc.svr4, fixinc/fixinc.winnt, fixinc/fixinc.wrap, fixinc/fixincl.sh: Don't install assert.h into objdir/include. From-SVN: r41972
* Makefile.in (TARGET_GETGROUPS_T): New configuration variable.J. David Anglin2000-07-171-1/+1
| | | | | | | | | | * Makefile.in (TARGET_GETGROUPS_T): New configuration variable. * configure.in (TARGET_GETGROUPS_T): Evaluate. * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type of second argument of getgroups. * configure, config.in: Rebuilt. From-SVN: r35086
* configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.Jeffrey A Law2000-06-141-1/+1
| | | | | | | | * configure.in: Revert AC_TYPE_GETGROUPS patch from June 13. * configure, config.in: Rebuilt. * sys-protos.h: Similarly. From-SVN: r34547
* configure.in: Add AC_TYPE_GETGROUPS test.J. David Anglin2000-06-131-1/+1
| | | | | | | | * configure.in: Add AC_TYPE_GETGROUPS test. * sys-protos.h: Use GETGROUPS_T * for second arg of getgroups. * configure: Rebuilt. From-SVN: r34524
* sys-protos.h (gethostid): Make return type `int' ifdef __alpha__.Doug Evans1996-08-151-0/+4
| | | | | | | | * sys-protos.h (gethostid): Make return type `int' ifdef __alpha__. * gen-protos.c: Delete support for SYS_PROTO_OVERRIDES. * alpha/alpha.h (SYS_PROTO_OVERRIDES): Delete. From-SVN: r12642
* formatting tweaksMike Stump1996-07-031-2/+2
| | | | From-SVN: r12390
* Fix and add prototypes to match XPG4.Per Bothner1995-12-271-7/+10
| | | | From-SVN: r10886
* (*): Use __gnuc_va_list, not va_list.Doug Evans1994-06-051-4/+4
| | | | From-SVN: r7445
* (read, write): Last parm is size_t not unsigned int.Jim Wilson1994-05-021-2/+2
| | | | From-SVN: r7187
* (authdes_create): Delete arg info.Richard Stallman1993-11-211-1/+1
| | | | | | We can't count on having struct sockaddr defined. From-SVN: r6127
* (getmntent): Delete the arg declsRichard Stallman1993-11-151-1/+1
| | | | | | because BSD 4.4 and Sunos disagree on them. From-SVN: r6095
* (getrlimit, getrusage, setrlimit): Return int not void.Jim Wilson1993-09-081-3/+3
| | | | From-SVN: r5286
* entered into RCSCharles Hannum1991-12-101-0/+1347
From-SVN: r110