You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make
cc -Wall -O3 -c -o shred.o shred.c
shred.c: In function ‘main’:
shred.c:92:33: error: ‘O_LARGEFILE’ undeclared (first use in this function)
92 | rsf = open(randsrc, O_RDONLY | O_LARGEFILE);
| ^~~~~~~~~~~
shred.c:92:33: note: each undeclared identifier is reported only once for each function it appears in
make: *** [: shred.o] Error 1
How do proceed?
The text was updated successfully, but these errors were encountered:
$ make
cc -Wall -O3 -c -o shred.o shred.c
shred.c: In function ‘main’:
shred.c:92:33: error: ‘O_LARGEFILE’ undeclared (first use in this function)
92 | rsf = open(randsrc, O_RDONLY | O_LARGEFILE);
| ^~~~~~~~~~~
shred.c:92:33: note: each undeclared identifier is reported only once for each function it appears in
make: *** [: shred.o] Error 1
How do proceed?
The text was updated successfully, but these errors were encountered: