[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GSoC] Implementing libcap
From: |
olafBuddenhagen |
Subject: |
Re: [GSoC] Implementing libcap |
Date: |
Tue, 5 Apr 2011 20:45:04 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Hi,
On Sun, Apr 03, 2011 at 09:50:50PM +0300, Esa-Matti Mourujärvi wrote:
> > Oh... That might be a problem. This level of C understanding will
> > probably be required to successfully complete this task...
>
> Maybe we got to a wrong foot here. I will try to rephrase: I am
> familiar with C's preprocessor conditional inclusions. What I was not
> familiar with is in which cases do __CHECKER__ and __CHECK_ENDIAN__
> get defined.
I see :-)
Note that I wasn't familiar with those macros either -- but I googled
for __attribute__((bitwise)), and that gave me enough of an idea to
understand what this code is supposed to do :-)
-antrik-