Skip to content

Commit 236f025

Browse files
committed
Change a fixme to a TODO.
1 parent fb309a3 commit 236f025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-bottom-half/libpreopen/lib/libpreopen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ po_add(struct po_map *map, const char *path, int fd)
8888
int r = __wasi_fd_fdstat_get(fd, &statbuf);
8989
if (r != 0) {
9090
errno = r;
91-
return NULL; // fixme: actually there should be an infallible way to get the rights
91+
return NULL; // TODO: Add an infallible way to get the rights?
9292
}
9393

9494
entry->rights_base = statbuf.fs_rights_base;

0 commit comments

Comments
 (0)