Skip to content

Commit

Permalink
fix #8, getuid was not undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
taviso committed May 30, 2022
1 parent 4fe7e21 commit ca39d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions forceplt.s
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ __require_ref:
call getegid@plt
call getenv@plt
call geteuid@plt
call getuid@plt
call getgid@plt
call getgrent@plt
call getgrgid@plt
Expand Down
1 change: 1 addition & 0 deletions undefine.lst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ getppid
getpwent
getpwnam
getpwuid
getuid
getutent
getutid
getutline
Expand Down

0 comments on commit ca39d15

Please sign in to comment.