From a0dd1ebaf7613657a39ca22882ac6eaafa4a932e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 15:42:20 -0500 Subject: merge XOPEN identifiers --- src/unistd/getwd.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/unistd/getwd.c (limited to 'src/unistd/getwd.c') diff --git a/src/unistd/getwd.c b/src/unistd/getwd.c new file mode 100644 index 00000000..2d8b68a7 --- /dev/null +++ b/src/unistd/getwd.c @@ -0,0 +1,10 @@ +#include + +char *getwd(char *path_name) +{ + return path_name; +} + +/* +XOPEN(400,700) +*/ -- cgit v1.2.1