diff options
author | Conrad Scott <conrad.scott@dsl.pipex.com> | 2002-09-22 10:54:38 +0000 |
---|---|---|
committer | Conrad Scott <conrad.scott@dsl.pipex.com> | 2002-09-22 10:54:38 +0000 |
commit | f70f96c67329f59d3718cb5dede413ff0fdbab3d (patch) | |
tree | 254acaf6a236c637134078bc79e9239dcae97e41 /winsup/cygwin/cygserver_process.cc | |
parent | bb1f9b213f7bb13118a6de360fc55b3f8a816b7f (diff) | |
download | newlib-github/cygwin_daemon.zip newlib-github/cygwin_daemon.tar.gz newlib-github/cygwin_daemon.tar.bz2 |
GNUify non-GNU formatted functions calls throughout.github/cygwin_daemoncygwin_daemon
Diffstat (limited to 'winsup/cygwin/cygserver_process.cc')
-rwxr-xr-x | winsup/cygwin/cygserver_process.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygserver_process.cc b/winsup/cygwin/cygserver_process.cc index 88115cf..7118bbc 100755 --- a/winsup/cygwin/cygserver_process.cc +++ b/winsup/cygwin/cygserver_process.cc @@ -78,7 +78,7 @@ process::~process () } /* No need to be thread-safe as this is only ever called by - * process_cache::remove_process(). If it has to be made thread-safe + * process_cache::remove_process (). If it has to be made thread-safe * later on, it should not use the `access' critical section as that * is held by the client request handlers for an arbitrary length of * time, i.e. while they do whatever processing is required for a |