From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 027E03858418; Wed, 20 Mar 2024 13:49:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 027E03858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710942582; bh=DIMS0HMOMSFpv1T8mh9rC2eiFFt8azis3B6i8SfSFKw=; h=From:To:Subject:Date:From; b=rjlm8PrJE5sZ2iqLwWo/v0BTxN0/0Nz6Nw2c33n3KpXvrJOyEhgjixz5MFj5/W4oJ f13eP4GsUrqo0BrBiN9q8LGU52j0+Ts5VmDjbaRqaArhcYpvKcxnlqOFTh1RiOqK9Q i8Y//E8jlay1RcWQC7sXG4yl6fFsJP+Q2vETbsmY= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: dirent.h: fix a comment X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: d06113bf8b6151fa5ac7ababe28a8cfc48c1406a X-Git-Newrev: 14970f2645cb89adae5885898052a079fe7f9c10 Message-Id: <20240320134942.027E03858418@sourceware.org> Date: Wed, 20 Mar 2024 13:49:41 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D14970f2645c= b89adae5885898052a079fe7f9c10 commit 14970f2645cb89adae5885898052a079fe7f9c10 Author: Corinna Vinschen AuthorDate: Tue Mar 19 23:21:35 2024 +0100 Commit: Corinna Vinschen CommitDate: Tue Mar 19 23:21:35 2024 +0100 Cygwin: dirent.h: fix a comment =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/local_includes/dirent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/local_includes/dirent.h b/winsup/cygwin/local_in= cludes/dirent.h index 075b762ce922..396dc39d6dd5 100644 --- a/winsup/cygwin/local_includes/dirent.h +++ b/winsup/cygwin/local_includes/dirent.h @@ -18,7 +18,7 @@ struct __DIR /* This is first to set alignment in non _LIBC case. */ unsigned long __d_cookie; struct dirent *__d_dirent; - char *__d_dirname; /* directory name with trailing '*' */ + char *__d_dirname; /* use for internal caching */ __int32_t __d_position; /* used by telldir/seekdir */ int __d_fd; uintptr_t __d_internal;