aboutsummaryrefslogtreecommitdiffstats
path: root/mac/src
diff options
context:
space:
mode:
Diffstat (limited to 'mac/src')
-rw-r--r--mac/src/chdir.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mac/src/chdir.c b/mac/src/chdir.c
index a982e941f98..cfa77c8c44c 100644
--- a/mac/src/chdir.c
+++ b/mac/src/chdir.c
@@ -41,6 +41,3 @@ int chdir(const char *path)
41 41
42 return error == noErr ? 0 : -1; 42 return error == noErr ? 0 : -1;
43} 43}
44
45/* arch-tag: f567b034-fd9e-43d1-94cb-9012375237d1
46 (do not change this comment) */