Skip to content

Commit fa59296

Browse files
mogasergiuunikraft-bot
authored andcommitted
Makefile.uk: Remove conflicting resource.c from build process
This commit removes the conflicting function definitions for `getrlimit`, `setrlimit` and `getrusage` by removing `resource.c` from the build process. Signed-off-by: Sergiu Moga <[email protected]> Tested-by: Unikraft CI <[email protected]> GitHub-Pull-Request: unikraft#9
1 parent 78263bd commit fa59296

File tree

2 files changed

+0
-53
lines changed

2 files changed

+0
-53
lines changed

Makefile.uk

-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/console.c
130130
LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/plat.c
131131
LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/file.c
132132
LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/mem.c
133-
LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/resource.c
134133
LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/pty.c
135134
LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/locale.c
136135
LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/dev.c

resource.c

-52
This file was deleted.

0 commit comments

Comments
 (0)