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