mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:07:38 +00:00 
			
		
		
		
	tmux no longer uses openat() so we can remove the compatibilty function.
This commit is contained in:
		
							
								
								
									
										6
									
								
								compat.h
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								compat.h
									
									
									
									
									
								
							@@ -279,12 +279,6 @@ int		 unsetenv(const char *);
 | 
			
		||||
void		 cfmakeraw(struct termios *);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef HAVE_OPENAT
 | 
			
		||||
/* openat.c */
 | 
			
		||||
#define AT_FDCWD -100
 | 
			
		||||
int		 openat(int, const char *, int, ...);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef HAVE_REALLOCARRAY
 | 
			
		||||
/* reallocarray.c */
 | 
			
		||||
void		*reallocarray(void *, size_t, size_t);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user