diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/profil.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/profil.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 <sysdeps/posix/profil.c> |