summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-07-29 13:39:37 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-07-29 13:40:42 -0700
commitdea936112710e82dd42ffbea510f3bb644acdaaa (patch)
tree729df284c31d17fffe7140fd522ebd9f0f26d9a0 /config
parent85307149d2df56cd98bd8ca828c50d8771ae375b (diff)
downloadgnulib-dea936112710e82dd42ffbea510f3bb644acdaaa.tar.gz
fsusage, regex, stat-size: remove Cray support
As near as I can make out this is actually support for UNICOS/mp, last released 2005, and Cray hasn’t supported that for years. * config/srclist.txt: Comment out regex.h for now. * lib/fsusage.c (get_fs_usage): * lib/regex.h (re_comp, re_exec): * lib/stat-size.h (ST_NBLOCKSIZE): Don’t worry about _CRAY.
Diffstat (limited to 'config')
-rw-r--r--config/srclist.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/srclist.txt b/config/srclist.txt
index 1ff511be1b..55388b1111 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -57,7 +57,7 @@ $LIBCSRC malloc/scratch_buffer_set_array_size.c lib/malloc
#$LIBCSRC include/intprops.h lib
$LIBCSRC posix/regcomp.c lib
#$LIBCSRC posix/regex.c lib
-$LIBCSRC posix/regex.h lib
+#$LIBCSRC posix/regex.h lib
$LIBCSRC posix/regex_internal.c lib
#$LIBCSRC posix/regex_internal.h lib
$LIBCSRC posix/regexec.c lib