diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-04-21 19:01:48 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-04-21 19:01:48 -0400 |
commit | 3c621fe5fd0122e8f284a2329cbeed37ffee6768 (patch) | |
tree | 542f00fac0a35a692f4f6255f55b4f79b459644c | |
parent | 5eba1c7003c0416aa32d61dbd4a80c6541add0f1 (diff) |
remove __unistd
-rw-r--r-- | mk/deps.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1234,10 +1234,6 @@ all: mk/confstr.d mk/confstr.d: src/unistd/confstr.c sh mk/deps.sh src/unistd/confstr.c -all: mk/__unistd.d -mk/__unistd.d: src/unistd/__unistd.c - sh mk/deps.sh src/unistd/__unistd.c - all: mk/getgroups.d mk/getgroups.d: src/unistd/getgroups.c sh mk/deps.sh src/unistd/getgroups.c |