commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
8 lines
241 B
C
8 lines
241 B
C
#ifndef __A_OUT_GNU_H__
|
|
# error "Never use <bits/a.out.h> directly; include <a.out.h> instead."
|
|
#endif
|
|
|
|
/* Signal to users of this header that this architecture really doesn't
|
|
support a.out binary format. */
|
|
#define __NO_A_OUT_SUPPORT 1
|