* sparc/syscall.h (sys_nanosleep): New prototype.

Reported-by: Frederik Schüler <f...@debian.org>
Signed-off-by: Mike Frysinger <vap...@gentoo.org>
---
 linux/sparc/syscall.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/linux/sparc/syscall.h b/linux/sparc/syscall.h
index 30bb8f9..e47b510 100644
--- a/linux/sparc/syscall.h
+++ b/linux/sparc/syscall.h
@@ -201,7 +201,7 @@ int sys_listxattr(), sys_llistxattr(), sys_flistxattr();
 int    sys_removexattr(), sys_lremovexattr(), sys_fremovexattr();
 int    sys_remap_file_pages(), sys_readahead(), sys_tgkill(), sys_statfs64();
 int    sys_fstatfs64(), sys_clock_settime(), sys_clock_gettime();
-int    sys_clock_getres(), sys_clock_nanosleep();
+int    sys_clock_getres(), sys_clock_nanosleep(), sys_nanosleep();
 int    sys_timer_create(), sys_timer_settime(), sys_timer_gettime();
 
 int    sys_io_setup(), sys_io_destroy(), sys_io_submit(), sys_io_cancel(), 
sys_io_getevents();
-- 
1.6.5.rc2


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to