mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-31 22:10:34 +03:00 
			
		
		
		
	This patch fixes the compat glob implementation consolidation from
commit 116f1c64d with the following changes:
  - Add a compat implementation on s390 to avoid the architecture
    to build the symbols on default linux oldglob.c by setting
    GLOB_NO_OLD_VERSION.
  - Remove the duplicate rule to build oldglob on alpha.
Checked on s390-linux-gnu and alpha-linux-gnu using build-many-glibc.py.
	* sysdeps/unix/sysv/linux/s390/s390-32/oldglob.c: New file.
	* sysdeps/unix/sysv/linux/alpha/Makefile
	[$(subdir) = csu] (sysdep_routines): Remove rule.
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			73 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			73 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #define GLOB_NO_OLD_VERSION
 | |
| #include <sysdeps/unix/sysv/linux/oldglob.c>
 |