diff options
Diffstat (limited to 'src/unistd/setreuid.c')
-rw-r--r-- | src/unistd/setreuid.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/setreuid.c b/src/unistd/setreuid.c deleted file mode 100644 index b76b8bcc..00000000 --- a/src/unistd/setreuid.c +++ /dev/null @@ -1,15 +0,0 @@ -#if 0 - -#include <unistd.h> - -int setreuid(uid_t ruid, uid_t euid) -{ - return 0; -} - -/* -XOPEN(400) -*/ - - -#endif |