mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 17:40:06 +00:00
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>
|