diff options
author | root <root> | 2008-04-06 14:34:50 +0000 |
---|---|---|
committer | root <root> | 2008-04-06 14:34:50 +0000 |
commit | 3d0af358d5546af2152aceb584947b9647499967 (patch) | |
tree | 1fd0037775a4dc90a4c6c87d4068263c50861f7e /ev.c | |
parent | 226209f9a7f9890de15359d7e50cad68fe45283b (diff) |
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r-- | ev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -302,7 +302,7 @@ int eventfd (unsigned int initval, int flags); #else # define expect(expr,value) (expr) # define noinline -# if __STDC_VERSION__ < 199901L +# if __STDC_VERSION__ < 199901L && __GNUC__ < 2 # define inline # endif #endif |