cc -O2 -pipe -pthread -I/usr/local/include  -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations fcntl/SEEK_CUR.c -o fcntl/SEEK_CUR -D_POSIX_C_SOURCE=202405L  -lm -lpthread -lrt -L/usr/local/lib  -lintl -lstdthreads -lcrypt
fcntl/SEEK_CUR.c:3:2: error: "SEEK_CUR is not defined"
    3 | #error "SEEK_CUR is not defined"
      |  ^
1 error generated.
