/* $NetBSD: Lint_div.c,v 1.2 2000/06/14 06:49:07 cgd Exp $ */ /* * This file placed in the public domain. * Chris Demetriou, November 5, 1997. */ #include /*ARGSUSED*/ div_t div(num, denom) int num, denom; { div_t rv = { 0 }; return (rv); }
summaryrefslogtreecommitdiff
path: root/gnu/dist/gdb6/include/opcode/ia64.h
AgeCommit message (Expand)Author
2012-11-06Remove GDB 6.skrll
2006-07-02Import GDB 6.5nathanw
2006-05-15Import GDB 6.4nathanw