mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
1999-05-04 Zack Weinberg <zack@rabi.phys.columbia.edu> * argp/argp.h, assert/assert.h, misc/sys/cdefs.h, posix/sys/types.h: Handle the case of __GNUC__=3, __GNUC_MINOR__=(anything).
This commit is contained in:
@@ -132,7 +132,7 @@ typedef unsigned int uint;
|
||||
|
||||
/* These size-specific names are used by some of the inet code. */
|
||||
|
||||
#if !defined __GNUC__ || __GNUC__ < 2 || __GNUC_MINOR__ < 7
|
||||
#if !defined __GNUC__ || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
|
||||
|
||||
/* These types are defined by the ISO C 9x header <inttypes.h>. */
|
||||
# ifndef __int8_t_defined
|
||||
|
||||
Reference in New Issue
Block a user