Bash-5.3 patch 2: do not try to use shm_open, there is too much variance in behavior across systems

This commit is contained in:
Chet Ramey
2025-07-23 15:47:12 -04:00
parent 21fee8ebcf
commit 2ea3d60649
2 changed files with 4 additions and 35 deletions
+1 -1
View File
@@ -25,6 +25,6 @@
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
looks for to find the patch level (for the sccs version string). */
#define PATCHLEVEL 1
#define PATCHLEVEL 2
#endif /* _PATCHLEVEL_H_ */