aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libsandbox: use xxx_t types with __xmknodMike Frysinger2009-02-051-1/+1
| | | | | | | Use the public xxx_t types rather than the internal __xxx_t. The former are more portable. With glibc systems, these are the same anyways. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsandbox: unify wrapper funcsMike Frysinger2008-12-311-19/+4
| | | | | | Unify a lot of duplicated code in the wrapper-funcs handling. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsandbox: push STRING_NAME into libsandbox.hMike Frysinger2008-11-291-1/+1
| | | | | | | Since all FUNCTION_SANDBOX_SAFE() need to pass up the func name, push the usage into the macro itself rather than every wrapper file. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsandbox: break function args out into WRAPPER_ARGS and func name into ↵Mike Frysinger2008-11-101-6/+5
| | | | | | STRING_NAME Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* cleanup whitespace and comments -- no functional changesMike Frysinger2008-11-091-19/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Rename wrapper-decls to wrapper-funcs.Martin Schlemmer2006-07-131-0/+44
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>