fiss

Friedel's Initialization and Service Supervision
Log | Files | Refs | LICENSE

fmtlock.c (194B)


      1 /* Copyright (c) 2002-2006 Lucent Technologies; see LICENSE */
      2 #include "fmt.h"
      3 #include "fmtdef.h"
      4 #include "plan9.h"
      5 
      6 #include <stdarg.h>
      7 
      8 void __fmtlock(void) {
      9 }
     10 
     11 void __fmtunlock(void) {
     12 }