Changeset cc7de50 in mainline for uspace/lib/c/include/dirent.h
- Timestamp:
- 2026-03-20T20:50:32Z (6 days ago)
- Parents:
- 4f16db1 (diff), 34832c3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Vít Skalický <skalicky@…> (2026-03-20 20:50:32)
- git-committer:
- GitHub <noreply@…> (2026-03-20 20:50:32)
- File:
-
- 1 edited
-
uspace/lib/c/include/dirent.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/dirent.h
r4f16db1 rcc7de50 1 1 /* 2 2 * Copyright (c) 2008 Jakub Jermar 3 * Copyright (c) 2026 Vít Skalický 3 4 * All rights reserved. 4 5 * … … 46 47 typedef struct __dirstream DIR; 47 48 49 extern DIR *opendir_handle(int handle); 48 50 extern DIR *opendir(const char *); 49 51 extern struct dirent *readdir(DIR *);
Note:
See TracChangeset
for help on using the changeset viewer.
