1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* configure.in: Match osf*', not osf1*'. * configure: Likewise. * sysdeps/unix/bsd/osf: Renamed to `sysdeps/unix/bsd/osf1'.

Thu Mar  9 17:16:53 1995  Brendan Kehoe  (brendan@zen.org)

	* configure.in: Match `osf*', not `osf1*'.
	* configure: Likewise.
	* sysdeps/unix/bsd/osf: Renamed to `sysdeps/unix/bsd/osf1'.
This commit is contained in:
Brendan Kehoe
1995-03-10 01:56:19 +00:00
parent feebe869ae
commit 222c4e717a
28 changed files with 814 additions and 2 deletions

View File

@ -0,0 +1,2 @@
/* OSF/1 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include <sysdeps/posix/system.c>