p4raw-id: //depot/win32/perl@570
# define HAS_UTIME
# define HAS_KILL
# define HAS_WAIT
+# define HAS_CHOWN
/*
* This provides a layer of functions and macros to ensure extensions will
* get to use the same RTL functions as the core.
return (char*)NULL;
}
-/*
- * pretended kill
- */
+int
+chown(const char *path, uid_t owner, gid_t group)
+{
+ /* XXX noop */
+}
+
int
kill(int pid, int sig)
{
extern int kill(int pid, int sig);
extern void *sbrk(int need);
extern char * getlogin(void);
+extern int chown(const char *p, uid_t o, gid_t g);
#undef Stat
#define Stat win32_stat