From 11c981a96d93feccba7cfb717f72db5d32a83f52 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 26 Sep 1995 20:59:38 +0000 Subject: Tue Sep 26 16:50:17 1995 Roland McGrath * gmon: New directory of profiling code, incorporated from 4.4BSD-Lite and modified. * sysdeps/i386/machine-gmon.h: New file. * sysdeps/stub/machine-gmon.h: New file. * sysdeps/mach/hurd/profil.c: New file. * sysdeps/stub/profil.c: New file. * sysdeps/unix/bsd/profil.S: New file. * Makefile (subdirs): Add gmon. * csu/gmon-start.c: New file. * csu/Makefile (extra-objs): Add gmon-start.o, g$(start-installed-name). (install-lib, omit-deps): Add g$(start-installed-name). ($(objpfx)g$(start-installed-name)): New target. --- sys/gmon.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 sys/gmon.h (limited to 'sys') diff --git a/sys/gmon.h b/sys/gmon.h new file mode 100644 index 0000000000..987589fcfe --- /dev/null +++ b/sys/gmon.h @@ -0,0 +1 @@ +#include -- cgit v1.2.3