mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 12:50:05 +00:00
7da3079b42
* Makeconfig (sysdep-configures): New variable. (config.status): Depend on $(sysdep-configures). Fri May 10 20:07:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/profil.c: New file. Fri May 10 19:59:50 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/m68k/Makefile (CFLAGS-setjmp.c): New variable. Fri May 10 19:55:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * shlib-versions: Use libm=6 and libc=6 for m68k-linux. * string/envz.c: Fix uses of unsigned to size_t.
4 lines
155 B
C
4 lines
155 B
C
/* Linux defines the profil system call but doesn't actually implement
|
|
it. Use the generic posix implementation. */
|
|
#include <sysdeps/posix/profil.c>
|