Skip to content

Commit f8ed14a

Browse files
Fixed ifdef
Signed-off-by: Mikhail R. Gadelha <[email protected]>
1 parent decfa4c commit f8ed14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/sys/time/linux/utimes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
namespace LIBC_NAMESPACE_DECL {
2323

24-
#if SYS_utimes
24+
#ifdef SYS_utimes
2525
constexpr auto UTIMES_SYSCALL_ID = SYS_utimes;
2626
#elif defined(SYS_utimensat)
2727
constexpr auto UTIMES_SYSCALL_ID = SYS_utimensat;

0 commit comments

Comments
 (0)