diff options
author | Omar Polo <op@omarpolo.com> | 2022-12-02 11:57:37 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-12-02 11:57:37 +0000 |
commit | af3a75b4d0291f7b154153de76a7855682692b95 (patch) | |
tree | 3cc4575d9466e03a93efad9fec1d95ffa87a1597 /compat/Makefile | |
parent | 4fbd4dcc6ee14dc6b739f804cda650725b33c50a (diff) |
add tests and compat for setresuid and setresgid
backport of bd8683d0fd36893c18e7271faaa3b9ea67df0695
Diffstat (limited to 'compat/Makefile')
-rw-r--r-- | compat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/Makefile b/compat/Makefile index 57db3ea..e98fdd6 100644 --- a/compat/Makefile +++ b/compat/Makefile @@ -13,6 +13,8 @@ DISTFILES = Makefile \ reallocarray.c \ recallocarray.c \ setproctitle.c \ + setresgid.c \ + setresuid.c \ strlcat.c \ strlcpy.c \ strtonum.c \ |