From ce843d870fb1de9bc85c21449f40765d8259c0bf Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Tue, 13 Oct 2020 11:20:32 +0200 Subject: [PATCH] Assignment 1: Clarify allowed libraries --- assignment1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment1/README.md b/assignment1/README.md index 157513c..37c39c4 100644 --- a/assignment1/README.md +++ b/assignment1/README.md @@ -153,7 +153,7 @@ If you encounter a problem where the specification is ambiguous or unclear, make You are only allowed to use: - C++ standard library (C++17 standard) - C standard library (as fallback) -- POSIX standard library (as fallback) +- GNU/Linux operating system's C APIs (POSIX, `mmap`, memfd, eventfd, …) - `diff` / `patch` command You must use [CMake](https://cmake.org/) as build system.