diff options
author | 1996-03-05 03:02:45 +0000 | |
---|---|---|
committer | 1996-03-05 03:02:45 +0000 | |
commit | 9a0d30bdb1c053a62580c361f35ae9754ba763a6 (patch) | |
tree | 5404926a2863ec3156e07736769a8d4cfeabff61 | |
parent | (__select): Don't increment GOT only because READ/WRITE/EXCEPTFDS is 0! Don't return without frobbing the bitmasks after a timeout. When clearing the bitmasks, only loop from FIRSTFD to LASTFD. (diff) | |
download | glibc-cvs/libc-960305.tar.xz glibc-cvs/libc-960305.zip |
(moss): Fix previous change.cvs/libc-960305
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index ad95eb54f3..b2691160cf 100755 --- a/config.sub +++ b/config.sub @@ -661,7 +661,7 @@ case $os in | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -cygwin32* | -pe* | -psos* -moss*) + | -cygwin32* | -pe* | -psos* | -moss*) # Remember, each alternative MUST END IN *, to match a version number. ;; -sunos5*) |