diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-07-08 00:44:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-07-08 00:44:35 +0000 |
commit | 9c2322bc08c01e34c7488ef12c1d1bf26097190b (patch) | |
tree | ec433de31ad6b94ffc5b422c95fcefb9895fd571 /config.guess | |
parent | 762a2918eee55943319f2c81f35257d59450ad5b (diff) | |
download | glibc-9c2322bc08c01e34c7488ef12c1d1bf26097190b.tar glibc-9c2322bc08c01e34c7488ef12c1d1bf26097190b.tar.gz glibc-9c2322bc08c01e34c7488ef12c1d1bf26097190b.tar.bz2 glibc-9c2322bc08c01e34c7488ef12c1d1bf26097190b.zip |
Update.cvs/libc-ud-970707
1997-07-08 02:18 Ulrich Drepper <drepper@cygnus.com>
* io/lockf.c (lockf): Clear fl before using.
Patch by sr@adb.fr.
* libio/strops.c: Correctly handle _IO_write_end.
* nss/libnss_files.map: Add __nss_netgroup_parseline.
* nss/nss_files/files-netgroup.c (_nss_netgroup_parseline): Don't
panic if setnetgrent wasn't called before, return error.
Patch by Thorsten Kukuk <kukuk@uni-paderborn.de>.
* time/mktime.c: Define localtime_r function as my_mktime_localtime_r
if locally defined.
* time/strftime.c: Define localtime_r function as my_ftime_localtime_r
if locally defined.
Define tm_diff function as ftime_tm_diff if locally defined.
Reported by Richard Stallman <rms@gnu.ai.mit.edu>.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.guess b/config.guess index 6cbbe8c938..1a1d31f557 100755 --- a/config.guess +++ b/config.guess @@ -520,6 +520,14 @@ EOF i?86:DYNIX/ptx:4*:*) echo i386-sequent-sysv4 exit 0 ;; + i?86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit 0 ;; i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*) if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE} |