mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			196 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			196 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0-only */
 | 
						|
#ifndef __LABWC_FD_UTIL_H
 | 
						|
#define __LABWC_FD_UTIL_H
 | 
						|
 | 
						|
void increase_nofile_limit(void);
 | 
						|
void restore_nofile_limit(void);
 | 
						|
 | 
						|
#endif /* __LABWC_FD_UTIL_H */
 |