diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-08-12 20:12:41 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-08-12 20:12:41 -0400 |
| commit | 0b5079b8723804889f06c6ddbeef8a45c00d7b49 (patch) | |
| tree | d76b603c190b7e04529bff99e8085718b4c0a9a8 /.deps/libc.XOPEN_400 | |
| parent | 0f2704eb90ef2590c75633dc7eb695a63cf2ddf8 (diff) | |
finish purging nonstd/
Diffstat (limited to '.deps/libc.XOPEN_400')
| -rw-r--r-- | .deps/libc.XOPEN_400 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.deps/libc.XOPEN_400 b/.deps/libc.XOPEN_400 index a5db9e0c..9743fa39 100644 --- a/.deps/libc.XOPEN_400 +++ b/.deps/libc.XOPEN_400 @@ -1,21 +1,13 @@ .POSIX: libc_XOPEN_400_OBJS= \ - libc.a($(OBJDIR)/fstatvfs.o) \ - libc.a($(OBJDIR)/statvfs.o) \ libc.a($(OBJDIR)/setrlimit.o) \ libc.a($(OBJDIR)/setpriority.o) \ libc.a($(OBJDIR)/getpriority.o) \ libc.a($(OBJDIR)/getrusage.o) \ libc.a($(OBJDIR)/getrlimit.o) \ - libc.a($(OBJDIR)/setitimer.o) \ - libc.a($(OBJDIR)/gettimeofday.o) \ - libc.a($(OBJDIR)/utimes.o) \ - libc.a($(OBJDIR)/getitimer.o) \ - libc.a($(OBJDIR)/select.o) \ libc.a($(OBJDIR)/ftok.o) \ libc.a($(OBJDIR)/readv.o) \ libc.a($(OBJDIR)/writev.o) \ - libc.a($(OBJDIR)/waitid.o) \ libc.a($(OBJDIR)/wait3.o) \ libc.a($(OBJDIR)/mmap.o) \ libc.a($(OBJDIR)/mprotect.o) \ @@ -84,10 +76,6 @@ libc_XOPEN_400_OBJS= \ libc.a($(OBJDIR)/endgrent.o) \ libc.a($(OBJDIR)/getgrent.o) \ libc.a($(OBJDIR)/setgrent.o) \ - libc.a($(OBJDIR)/makecontext.o) \ - libc.a($(OBJDIR)/swapcontext.o) \ - libc.a($(OBJDIR)/getcontext.o) \ - libc.a($(OBJDIR)/setcontext.o) \ libc.a($(OBJDIR)/getpwent.o) \ libc.a($(OBJDIR)/setpwent.o) \ libc.a($(OBJDIR)/endpwent.o) \ |
