]> Zhao Yanbai Git Server - minix.git/commitdiff
Prototype of do_safecopy
authorBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 09:59:50 +0000 (09:59 +0000)
committerBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 09:59:50 +0000 (09:59 +0000)
kernel/system.h

index 78ca0ed7db8a8aa70caf3f16db6750a90cc11e43..0935495ccf715ad65828ef78956b8fcdcb416eac 100644 (file)
@@ -173,6 +173,7 @@ _PROTOTYPE( int do_setalarm, (message *m_ptr) );
 #define do_setalarm do_unused
 #endif
 
+_PROTOTYPE( int do_safecopy, (message *m_ptr) );       
 _PROTOTYPE( int do_iopenable, (message *m_ptr) );      
 
 #endif /* SYSTEM_H */