comparison lib-src/ntlib.c @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 23a1cea22d13
children 23a17af379b1 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
206 int 206 int
207 sys_chdir (const char * path) 207 sys_chdir (const char * path)
208 { 208 {
209 return _chdir (path); 209 return _chdir (path);
210 } 210 }
211
212 /* arch-tag: 7b63fb83-70ee-4124-8822-54e53e5d0773
213 (do not change this comment) */