diff options
Diffstat (limited to 'src/sysdep.c')
-rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index abb385d1388..736723bdf3d 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -2432,7 +2432,7 @@ emacs_pipe (int fd[2]) /* Approximate posix_close and POSIX_CLOSE_RESTART well enough for Emacs. For the background behind this mess, please see Austin Group defect 529 - <http://austingroupbugs.net/view.php?id=529>. */ + <https://austingroupbugs.net/view.php?id=529>. */ #ifndef POSIX_CLOSE_RESTART # define POSIX_CLOSE_RESTART 1 |