Fix inline use warnings from sparse
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5540 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									b1d8e52e63
								
							
						
					
					
						commit
						36bae8dd95
					
				@ -72,8 +72,8 @@ extern int x_port, x_server, x_display;
 | 
			
		||||
int show_x _P((char *, struct socket *));
 | 
			
		||||
void redir_x _P((u_int32_t, int, int, int));
 | 
			
		||||
void getouraddr _P((void));
 | 
			
		||||
inline  void slirp_insque  _P((void *, void *));
 | 
			
		||||
inline  void slirp_remque  _P((void *));
 | 
			
		||||
void slirp_insque _P((void *, void *));
 | 
			
		||||
void slirp_remque _P((void *));
 | 
			
		||||
int add_exec _P((struct ex_list **, int, char *, int, int));
 | 
			
		||||
int slirp_openpty _P((int *, int *));
 | 
			
		||||
int fork_exec(struct socket *so, const char *ex, int do_pty);
 | 
			
		||||
 | 
			
		||||
@ -270,8 +270,8 @@ void lprint _P((const char *, ...));
 | 
			
		||||
# define insque_32 insque
 | 
			
		||||
# define remque_32 remque
 | 
			
		||||
#else
 | 
			
		||||
 inline void insque_32 _P((void *, void *));
 | 
			
		||||
 inline void remque_32 _P((void *));
 | 
			
		||||
 void insque_32 _P((void *, void *));
 | 
			
		||||
 void remque_32 _P((void *));
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef _WIN32
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user