Skip to content
Snippets Groups Projects
Commit 2e88d29f authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix typo in lstat() macro exposed by new tablespace code.

parent 8c603f2c
No related branches found
No related tags found
No related merge requests found
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.29 2004/08/29 05:06:57 momjian Exp $ */
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.30 2004/08/31 11:25:33 momjian Exp $ */
/* undefine and redefine after #include */
#undef mkdir
......@@ -206,7 +206,7 @@ int setitimer(int which, const struct itimerval * value, struct itimerval * ov
/*
* Supplement to <sys/stat.h>.
*/
#define lstat slat
#define lstat stat
/*
* Supplement to <errno.h>.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment