From 7da3079b4234a9a2de56d3b72674177e71c8dccd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 May 1996 17:30:42 +0000 Subject: Mon May 13 12:03:03 1996 Roland McGrath * Makeconfig (sysdep-configures): New variable. (config.status): Depend on $(sysdep-configures). Fri May 10 20:07:52 1996 Andreas Schwab * sysdeps/unix/sysv/linux/profil.c: New file. Fri May 10 19:59:50 1996 Andreas Schwab * sysdeps/m68k/Makefile (CFLAGS-setjmp.c): New variable. Fri May 10 19:55:42 1996 Andreas Schwab * shlib-versions: Use libm=6 and libc=6 for m68k-linux. * string/envz.c: Fix uses of unsigned to size_t. --- sysdeps/unix/sysv/linux/profil.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/profil.c (limited to 'sysdeps/unix/sysv/linux') diff --git a/sysdeps/unix/sysv/linux/profil.c b/sysdeps/unix/sysv/linux/profil.c new file mode 100644 index 0000000000..5918ecebfc --- /dev/null +++ b/sysdeps/unix/sysv/linux/profil.c @@ -0,0 +1,3 @@ +/* Linux defines the profil system call but doesn't actually implement + it. Use the generic posix implementation. */ +#include -- cgit v1.2.3