Messages in this thread |  | | Date | Wed, 23 Aug 2000 07:09:36 +0100 (BST) | From | Tigran Aivazian <> | Subject | Re: Unlocked printk() var_args question |
| |
On Tue, 22 Aug 2000, George Anzinger wrote: > Also, another mystery, how, where, does printk.c include std_args.h?
via <linux/kernel.h> which is included from <linux/sched.h> which is included from <linux/mm.h>.
the <stdarg.h> is the standard one that comes with egcs, of course.
Use rpm(1) command to find everything out:
$ rpm -qif /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h Name : egcs Relocations: (not relocateable) Version : 1.1.2 Vendor: Red Hat, Inc. Release : 30 Build Date: Thu 17 Feb 2000 07:17:14 PM GMT Install date: Sat 15 Apr 2000 02:12:57 PM BST Build Host: porky.devel.redhat.com Group : Development/Languages Source RPM: egcs-1.1.2-30.src.rpm Size : 3447148 License: GPL Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> URL : http://gcc.gnu.org/ Summary : The GNU Compiler Collection. Description : The egcs package contains the GNU Compiler Collection: cc, gcc and egcs. You'll need this package in order to compile C/C++ code.
Regards, Tigran
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |