sparc64: move struct timeval to <sys/_timeval.h>
commitbb01594897moved the struct timeval declaration from <sys/time.h> to <sys/_timeval.h>, and commit01885f533dchanged <sys/select.h> to include <sys/_timeval.h>. Therefore, sparc64's own struct timeval needs to be moved accordingly in order to avoid a conflict from the generic type. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com> Acked-by: Corinna Vinschen <vinschen@redhat.com>
This commit is contained in:
		
							parent
							
								
									f049607eb0
								
							
						
					
					
						commit
						97d1536d17
					
				|  | @ -1,7 +1,12 @@ | |||
| #ifndef _SYS_TIME_H | ||||
| #define _SYS_TIME_H | ||||
| 
 | ||||
| #include <sys/types.h>	/* for time_t */ | ||||
| #include <machine/types.h> | ||||
| 
 | ||||
| #ifndef __time_t_defined | ||||
| typedef _TIME_T_        time_t; | ||||
| #define __time_t_defined | ||||
| #endif | ||||
| 
 | ||||
| #ifdef __cplusplus | ||||
| extern "C" { | ||||
		Loading…
	
		Reference in New Issue