]> sourceware.org Git - systemtap.git/commitdiff
Fixed _fd_set_u retvalue
authorhien <hien>
Tue, 25 Apr 2006 00:36:38 +0000 (00:36 +0000)
committerhien <hien>
Tue, 25 Apr 2006 00:36:38 +0000 (00:36 +0000)
tapset/aux_syscalls.stp

index 3bfe62852123f00e2762647006746b21ab2b038a..37e9ddf9f7bf4c789564f92d4443bb810983fed1 100644 (file)
@@ -338,7 +338,7 @@ function _fildes_u:string (uaddr:long)
        }
 %}
 
-function _fd_set_u(uaddr:long)
+function _fd_set_u:string(uaddr:long)
 %{
        fd_set fdset;
        char *ptr = (char *)(unsigned long)THIS->uaddr;
This page took 0.032986 seconds and 5 git commands to generate.