Skip to content

Commit

Permalink
LibC: Apply a change for the Bootstrapper environment
Browse files Browse the repository at this point in the history
  • Loading branch information
supercomputer7 authored and awesomekling committed Feb 9, 2020
1 parent 1266c9a commit 2a699ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/LibC/stdarg.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#pragma once

#ifdef KERNEL
#if defined(KERNEL) || defined(BOOTSTRAPPER)
# define __BEGIN_DECLS
# define __END_DECLS
#else
Expand Down

0 comments on commit 2a699ce

Please sign in to comment.