mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	meson: Remove obsolete function test
The test for pstat was removed from configure by 9db300ce6e but not
from meson.build.  Do that now.
			
			
This commit is contained in:
		@@ -2432,7 +2432,6 @@ func_checks = [
 | 
				
			|||||||
  ['posix_fadvise'],
 | 
					  ['posix_fadvise'],
 | 
				
			||||||
  ['posix_fallocate'],
 | 
					  ['posix_fallocate'],
 | 
				
			||||||
  ['ppoll'],
 | 
					  ['ppoll'],
 | 
				
			||||||
  ['pstat'],
 | 
					 | 
				
			||||||
  ['pthread_barrier_wait', {'dependencies': [thread_dep]}],
 | 
					  ['pthread_barrier_wait', {'dependencies': [thread_dep]}],
 | 
				
			||||||
  ['pthread_is_threaded_np', {'dependencies': [thread_dep]}],
 | 
					  ['pthread_is_threaded_np', {'dependencies': [thread_dep]}],
 | 
				
			||||||
  ['sem_init', {'dependencies': [rt_dep, thread_dep], 'skip': sema_kind != 'unnamed_posix', 'define': false}],
 | 
					  ['sem_init', {'dependencies': [rt_dep, thread_dep], 'skip': sema_kind != 'unnamed_posix', 'define': false}],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user