mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	2003-02-21 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE to match existing struct stat layout in mig protocols.
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
/* bits/typesizes.h -- underlying types for *_t.  Hurd version.
 | 
					/* bits/typesizes.h -- underlying types for *_t.  Hurd version.
 | 
				
			||||||
   Copyright (C) 2002 Free Software Foundation, Inc.
 | 
					   Copyright (C) 2002,2003 Free Software Foundation, Inc.
 | 
				
			||||||
   This file is part of the GNU C Library.
 | 
					   This file is part of the GNU C Library.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   The GNU C Library is free software; you can redistribute it and/or
 | 
					   The GNU C Library is free software; you can redistribute it and/or
 | 
				
			||||||
@@ -27,7 +27,7 @@
 | 
				
			|||||||
/* See <bits/types.h> for the meaning of these macros.  This file exists so
 | 
					/* See <bits/types.h> for the meaning of these macros.  This file exists so
 | 
				
			||||||
   that <bits/types.h> need not vary across different GNU platforms.  */
 | 
					   that <bits/types.h> need not vary across different GNU platforms.  */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define __DEV_T_TYPE		__UQUAD_TYPE
 | 
					#define __DEV_T_TYPE		__U32_TYPE
 | 
				
			||||||
#define __UID_T_TYPE		__U32_TYPE
 | 
					#define __UID_T_TYPE		__U32_TYPE
 | 
				
			||||||
#define __GID_T_TYPE		__U32_TYPE
 | 
					#define __GID_T_TYPE		__U32_TYPE
 | 
				
			||||||
#define __INO_T_TYPE		__ULONGWORD_TYPE
 | 
					#define __INO_T_TYPE		__ULONGWORD_TYPE
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user