/* $NetBSD: Lint___syscall.c,v 1.3 2003/01/18 11:32:58 thorpej Exp $ */ /* * This file placed in the public domain. * Chris Demetriou, November 5, 1997. */ #include #include /*ARGSUSED*/ quad_t __syscall(quad_t arg1, ...) { return (0); } cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-13remove GCC 4.1 sources.mrg
2006-05-12pull across from GCC3 tree:mrg
>date: 2004/11/30 01:51:13; author: jwise; state: Exp; lines: +21 -3 >As discussed on tech-toolchain@netbsd.org, make cpp refuse to attempt to >parse a #include'd file which does not pass S_ISREG() if the environment variable >CPP_RESTRICTED is set. > >This is primarily intended for use by programs such as calendar(1) which >use cpp to parse untrusted user files -- without this change (and the corresponding >change to calendar(1)), any user can cause a denial-of-service for the daily >calendar -a run by #include'ing a named pipe. > >Many thanks to christos@netbsd for his help in polishing this.
2006-04-20initial import of GCC 4.1 branch, from 2006-04-20. list of changes waymrg
too large to list, but see: http://gcc.gnu.org/gcc-3.4/changes.html http://gcc.gnu.org/gcc-4.0/changes.html http://gcc.gnu.org/gcc-4.1/changes.html for the details.