mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
44a1817bef
svn path=/nixpkgs/trunk/; revision=7758
7 lines
242 B
Diff
7 lines
242 B
Diff
--- dietlibc-0.27/x86_64/lseek64.S.x86_64-lseek64 2005-03-29 08:46:09.074515293 -0500
|
|
+++ dietlibc-0.27/x86_64/lseek64.S 2005-03-29 08:46:09.074515293 -0500
|
|
@@ -0,0 +1,3 @@
|
|
+#include "syscalls.h"
|
|
+
|
|
+syscall_weak(lseek,lseek64,__libc_lseek64)
|