cvs commit: src/sys/sys cdefs.h

看板DFBSD_commit作者時間21年前 (2005/02/18 21:37), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/6 (看更多)
joerg 2005/02/16 13:50:00 PST DragonFly src repository Modified files: sys/sys cdefs.h Log: Add __pure as attribute. A __pure function can only depend on the arguments, not on global memory. A __pure2 function in contrast just has to return the same value for the same arguments. It can use a hash table or similiar means. For GCC before 3.0 __pure is mapped to __pure2. Inspired-by: FreeBSD Revision Changes Path 1.15 +7 -0 src/sys/sys/cdefs.h http://www.dragonflybsd.org/cvsweb/src/sys/sys/cdefs.h.diff?r1=1.14&r2=1.15&f=u
文章代碼(AID): #125U-C00 (DFBSD_commit)
文章代碼(AID): #125U-C00 (DFBSD_commit)