1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/libc/gmon
Bruce Evans 2e480d34aa Added a kernel-only typedef (ptrint_t) giving an integral type that is
least unsuitable for holding an object pointer.  This should have been
used to fix warnings about casts between pointers and ints on alphas.

Moved corresponding existing general typedef (fptrint_t) for function
pointers from the i386 <machine/profile.h> to a kernel-only typedef
in <machine/types.h>.  Kludged libc/gmon/mcount.c so that it can
still see this typedef.
1998-07-10 02:27:16 +00:00
..
gmon.c These files are very specific to FreeBSD kernels, so silently compile 1998-03-09 04:42:19 +00:00
Makefile.inc Format the MLINKS statement the same as in most other libc Makefile.inc's. 1997-12-19 21:53:35 +00:00
mcount.c Added a kernel-only typedef (ptrint_t) giving an integral type that is 1998-07-10 02:27:16 +00:00
moncontrol.3 Fixed #include and/or prototype bugs in synopsis. 1997-04-13 13:16:20 +00:00