aboutsummaryrefslogtreecommitdiff
path: root/REORG.TODO/sysdeps/unix/sysv/linux/profil.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/unix/sysv/linux/profil.c')
-rw-r--r--REORG.TODO/sysdeps/unix/sysv/linux/profil.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/unix/sysv/linux/profil.c b/REORG.TODO/sysdeps/unix/sysv/linux/profil.c
new file mode 100644
index 0000000000..5918ecebfc
--- /dev/null
+++ b/REORG.TODO/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>