Changeset 4b6a1c8 in mainline for uspace/lib/c/include/dirent.h


Ignore:
Timestamp:
2026-04-18T05:14:08Z (6 days ago)
Author:
GitHub <noreply@…>
Parents:
5df2570 (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-04-18 05:14:08)
git-committer:
GitHub <noreply@…> (2026-04-18 05:14:08)
Message:

Merge 34832c3e4df70614df5caa7d44b985f0460ef8ec into 5df257077a2eb3d939122d95f8fcecad4b07ff62

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/dirent.h

    r5df2570 r4b6a1c8  
    11/*
    22 * Copyright (c) 2008 Jakub Jermar
     3 * Copyright (c) 2026 Vít Skalický
    34 * All rights reserved.
    45 *
     
    4647typedef struct __dirstream DIR;
    4748
     49extern DIR *opendir_handle(int handle);
    4850extern DIR *opendir(const char *);
    4951extern struct dirent *readdir(DIR *);
Note: See TracChangeset for help on using the changeset viewer.