Skip to content

Commit

Permalink
Fix compilation on Unix now
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Dec 5, 2020
1 parent 02fe99c commit cdd7032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ SEXP psp__stat_st_rdev(SEXP x) { return ps__dummy("psp__stat_st_rdev"); }
#ifdef PS__POSIX
#ifndef PS__WINDOWS
SEXP psw__realpath(SEXP x) { return ps__dummy("psw__realpath"); }
SEXP psll_dlls(SEXP x) { return ps__dummy("psll_dlls"); }
#endif
#endif

Expand Down

0 comments on commit cdd7032

Please sign in to comment.