login
Header Space

 
 

Mailing list archives

Search results

Found 2 matching messages (0.061 seconds). Page 1 of 1.

[PATCH] uml: replace remaining __FUNCTION__ occurance

__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison --- ... printk(KERN_ERR "%s: %s: unknown ioctl: 0x%x\n", - __FUNCTION__, tty->name, cmd); + __func__, tty->name, cmd); } ret ...

linux-kernel - Harvey Harrison - Mar 3 2008 - 15:31

Re: [PATCH] uml: replace remaining __FUNCTION__ occurance

On 03/03/2008 08:31 PM, Harvey Harrison wrote: > __FUNCTION__ is gcc-specific, use __func__ [...] >-- > 1.5.4.3.500.g83a2c please, use git send-email --thread -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the ...

linux-kernel - Jiri Slaby - Mar 3 2008 - 16:12

speck-geostationary