comparison src/sysdep.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 360340f9fd5f
children 41ff10fd062f
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
140 char *end_of_data (void); 140 char *end_of_data (void);
141 141
142 /* Get_system_name returns as its value a string for system-name to return. */ 142 /* Get_system_name returns as its value a string for system-name to return. */
143 void init_system_name (void); 143 void init_system_name (void);
144 144
145 #ifndef HAVE_GETWD 145 #ifndef HAVE_GETCWD
146 char *getwd (char *pathname); 146 char *getcwd (char *pathname, int size);
147 #endif 147 #endif
148 148
149 #ifndef HAVE_RENAME 149 #ifndef HAVE_RENAME
150 int rename (CONST char *from, CONST char *to); 150 int rename (CONST char *from, CONST char *to);
151 #endif 151 #endif