summaryrefslogtreecommitdiff
path: root/m4/pid_t.m4
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* pid_t.m4: just use 2.70Paul Eggert2020-12-111-2/+2
| | | | | * m4/pid_t.m4 (AC_TYPE_PID_T): Use Autoconf 2.70 as a prerequisite, not 2.69c.
* Enable testing of prereleases of Autoconf 2.70.Bruno Haible2020-09-281-2/+2
| | | | | | | | | | | Suggested by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2020-09/msg00160.html>. * m4/alloca.m4 (_AC_LIBOBJ_ALLOCA): Test for Autoconf >= 2.69c, not >= 2.70. * m4/largefile.m4 (AC_SYS_LARGEFILE): Likewise. * m4/pid_t.m4 (AC_TYPE_PID_T): Likewise. * m4/sys_types_h.m4 (AC_HEADER_MAJOR): Likewise.
* sys_types: let Autoconf 2.70 do pid_tPaul Eggert2020-08-231-1/+6
| | | | | | * m4/pid_t.m4 (AC_TYPE_PID_T): Redefine this Autoconf macro only for Autoconf versions 2.69 and earlier, since 2.70 will be fixed.
* sys_types: Fix definition of pid_t on 64-bit MSVC.Bruno Haible2020-08-241-0/+33
* m4/pid_t.m4: New file. * modules/sys_types (Files): Add it. * modules/dirent (Files): Likewise. * modules/fcntl-h (Files): Likewise. * modules/sched (Files): Likewise. * modules/signal-h (Files): Likewise. * modules/spawn (Files): Likewise. * modules/sys_stat (Files): Likewise. * modules/sys_wait (Files): Likewise. * modules/termios (Files): Likewise. * modules/unistd (Files): Likewise.