Skip to content

Commit

Permalink
Add comment to elf.h
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Sep 13, 2024
1 parent 2fb7f6c commit 2c8e694
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion elf.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
// The build.yml macOS tasks require this elf.h file
// Source: https://gist.github.com/mlafeldt/3885346#file-elf-h

/* This is the original elf.h file from the GNU C Library; I only removed
the inclusion of feature.h and added definitions of __BEGIN_DECLS and
__END_DECLS as documented in
https://cmd.inp.nsk.su/old/cmd2/manuals/gnudocs/gnudocs/libtool/libtool_36.html
On macOS, simply copy the file to /usr/local/include/.
On macOS, simply copy the file to /usr/local/include/.
Mathias Lafeldt <[email protected]> */

Expand Down
2 changes: 1 addition & 1 deletion grug
Submodule grug updated 1 files
+1 −0 grug.c

0 comments on commit 2c8e694

Please sign in to comment.